TIMER GOES ON FOREVER - IS THIS INTENDED?
Posted: Sun Aug 14, 2016 8:19 am
Open a serial port and run this program. It keeps going even when I go back to [FILE MANAGER] etc. Is this what is intended?
a = 0
timer 1000, [mytimer]
wait
[mytimer]
serialprintln str(a)
a = a + 1
wait
I'm going out for breakfast.
a = 0
timer 1000, [mytimer]
wait
[mytimer]
serialprintln str(a)
a = a + 1
wait
I'm going out for breakfast.