Make 2 thing in the same time ?
Podion
Posts: 90
Hello,
I have a BS2 and I what to know if it's possible to make a LED flashing at the same time that a servo is running ?
My project is to make my boe-bot running forward and make a LED flash in continuos at te same time. I what the LED never stop flashing even if the bot is running or stop. Is that possible to run tow different command at the same time?
I have a BS2 and I what to know if it's possible to make a LED flashing at the same time that a servo is running ?
My project is to make my boe-bot running forward and make a LED flash in continuos at te same time. I what the LED never stop flashing even if the bot is running or stop. Is that possible to run tow different command at the same time?
Comments
@
-Phil
Do you have an example for that ? I'm not sure haw to do this. Do I have to make another counter in the servo commande line ?
pulsout 1,850 'servo 1
pulsout 2,850 'servo 2
pause 20
next
toggle 3' LED on pin 3
goto a