PAUSE command loses time sometimes
igal
Posts: 7
Hi,
I see that PAUSE loses the time that defined in its argument·and starts· running really fast. It happens to me after running the BS2 Education board for 1-2 hours. Did somebody alos se that ? Any ideas ?
·
I see that PAUSE loses the time that defined in its argument·and starts· running really fast. It happens to me after running the BS2 Education board for 1-2 hours. Did somebody alos se that ? Any ideas ?
·
Comments
For example:
top:
v=v+10
TOGGLE LED
pause v
goto top
This will eventually go faster when v+10>65535 because v will wrap around to 0.
Just a thought.
Al Williams
AWC
Kits!
http://www.awce.com/kits.htm
·