Re: I try PAUSE 1000 and does'nt seem to pause program 1 seconds. Why?

Originally Posted by
luxornet
For large amount of time, Pause does'nt seem to work well, the measured period is less than I expected.
Code:
main:
high Led
For i = 1 to 30
pause 100
next i
low Led
for i = 1 to 30
pause 100
next i
goto main
Above code produced about 1Hz on Led pin and not 1/6Hz!
You are pausing for 3 seconds instead of 1 second.
"No one is completely worthless. They can always serve as a bad example."
Anonymous
Bookmarks