Module esp32c2_hal::delay
source · Expand description
Delay driver implement the blocking DelayMs and DelayUs traits from embedded-hal.
The delays are implemented in a “best-effort” way, meaning that the CPU will block for at least the amount of time specified, but accuracy can be affected by many factors, including interrupt usage.
Structs
- Delay driver