37 #ifndef SimpleDelays_h 38 #define SimpleDelays_h void delayQuartersOfMicroSeconds(uint16_t nbrOfQuartersOfMicroSeconds)
Delay a given number of quarter microseconds. Due to function call overhead, at 16 MHz the smallest p...
void delayTenthsOfSeconds(uint8_t nbrOfTenthsOfSeconds)
Delay a given number of tenths of a seconds. Despite function call overhead, this function is accurat...
void delayWholeMilliSeconds(uint8_t nbrOfMilliSeconds)
Delay a given number of milliseconds. Despite function call overhead, this function is accurate withi...