how to calculate the number to write after pause to have a pause of 1 or 0.5 minute
the oscillator is at 48 mhz ? .
how to calculate the number to write after pause to have a pause of 1 or 0.5 minute
the oscillator is at 48 mhz ? .
From the manual:AndPAUSE Period
Pause the program for Period milliseconds. Period is 16 -bits using PBP and PBPW, so delays can be up to 65,536 milliseconds (a little over a minute).So, how many milliseconds are there in one minute?PAUSE assumes an oscillator frequency of 4Mhz. If an oscillator other than 4Mhz is used, PBP must be told using DEFINE OSC command.
See the section on speed for more information.
/Henrik.
Bookmarks