' The delays generated include the calling sequence times as well, ' and are exact for a UINTEGER argument, or a constant greater than 255. ' Using a constant les than 256 will remove 1 instruction cycle from the interval ' (1 usec at 4 mHz, for example) '
' There is a minimum value that be used
' as the argument, because of the overhead of the loops.
' This ranges from 4 for a 40 mHz clock to 27 for a 4 mHz clock
'
' Oscillator frequencies supported are:
' 40 mHz, 20 mHz, 16 mHz, 12 mHz, 10 mHz, 8 mHz, and 4 mHz.
' If you need to use a different oscillator freqency, you can use
' the Basic18 DELAY routines.
'
' The delays generated include the calling sequence times as well, ' and are exact for a UINTEGER argument, or a constant greater than 255. ' Using a constant les than 256 will remove 1 instruction cycle from the interval ' (1 usec at 4 mHz, for example) '
' Oscillator frequencies supported are:
' 40 mHz, 20 mHz, 16 mHz, 12 mHz, 10 mHz, 8 mHz, and 4 mHz.
' If you need to use a different oscillator freqency, you can use
' the Basic18 DELAY routines.
'
The PauseMS routine calls the PauseUs routine '