Go to the documentation of this file.
38 #ifndef _PIC24_DELAY_H_
39 #define _PIC24_DELAY_H_
72 #define DELAY_MS(ms) delayAndUpdateHeartbeatCount(CYCLES_PER_MS * ((uint32_t) ms));
78 #define DELAY_US(us) delayAndUpdateHeartbeatCount(CYCLES_PER_US * ((uint32_t) us));