|
STC15W408AS library 0.13.1
|
Macros | |
| #define | TICKS_DELAY_1MS() |
| Ticks for 1ms delay. | |
| #define | delay_ms(ms) |
| Delays program flow using CPU nop. | |
Functions and data structures related to delaying program flow
| #define delay_ms | ( | ms | ) |
Delays program flow using CPU nop.
Using CPU cycles to delay. Use delay_ms with care.
| ms | uint16_t delay value |
| #define TICKS_DELAY_1MS | ( | ) |
Ticks for 1ms delay.