hello to all, sorry if my question is silly and basic, but this is my first try.
I have a LED connected to B.3 but when I run a program is always on.
I tried to turn it off like this, but it's not working
main:
low 3
goto main
funny thing is that if I try to make it flashing, this works fine
main:
high 3
pause 100
low 3
pause 100
goto main
what am I missing?
many thanks
I have a LED connected to B.3 but when I run a program is always on.
I tried to turn it off like this, but it's not working
main:
low 3
goto main
funny thing is that if I try to make it flashing, this works fine
main:
high 3
pause 100
low 3
pause 100
goto main
what am I missing?
many thanks