loop command
nathan hines
Posts: 2
I am using "What's a Microcontroller?" book and am having an isse with the "Loop" command not working. I have the BS2 with a 232 to USB adaptor. I can download the comand and execute it and have the LED light up only once. What am I doing wrong? Here is my code.
' {$STAMP BS2}
DEBUG "program running "
DO
HIGH 14
PAUSE 500
LOW 14
PAUSE 500
Loop
' {$STAMP BS2}
DEBUG "program running "
DO
HIGH 14
PAUSE 500
LOW 14
PAUSE 500
Loop
Comments
I'm sure that I'll have some more stupid questions as time goes by
Welcome to the Parallax Forum
These are only stupid questions if You Do Not Learn Anything
Please keep this in mind Thanks
Please feel free to ask as many questions as you need to