
-----------------------------------
jhon8899
Sun Jan 22, 2012 2:47 pm

need help!! make flashing LED
-----------------------------------
What is it you are trying to achieve?
i have a computer engineering project where i 
 need to make a turing program that hooks up to a breadboard and has a flashing LED
you need to be able to turn the LED on and off 
flash a set number of times,
and to get the user to enter how many times they want it to flash


What is the problem you are having?
i am having a problem with the last 2 steps getting  the led to flash on and off

Describe what you have tried to solve this problem
i have tried for hours to figure it out but im very new to turing 
and my teacher isnt much help this is my last resort i really cant afford to fail


this is what i have so far if any one could help me or
give me a few tips it would be greatly appreciated







Please specify what version of Turing you are using


-----------------------------------
Aange10
Sun Jan 22, 2012 2:58 pm

RE:need help!! make flashing LED
-----------------------------------
Couldn't it be as simple as turing LED_red on, then drawing the menu, off and then draw the menu, and repeat it 10 times?

[code]
LED_red := ON
menu
LED_red := OFF
menu
.
.
.
[/code]

-----------------------------------
jhon8899
Sun Jan 22, 2012 9:33 pm

Re: need help!! make flashing LED
-----------------------------------
Ohh thanks  
How would that work for entering the number of times you want it to flash?

-----------------------------------
Aange10
Sun Jan 22, 2012 9:54 pm

RE:need help!! make flashing LED
-----------------------------------
idk, how do you repeat 10 times
