PAUSE will give you pauses in steps of 1mS.
If you want less than 1ms, you must use PAUSEUS.
PAUSEUS 55 ' Pause for 55uS (ie 0.055 of a mS)
PAUSE will give you pauses in steps of 1mS.
If you want less than 1ms, you must use PAUSEUS.
PAUSEUS 55 ' Pause for 55uS (ie 0.055 of a mS)
Bookmarks