mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 19:20:22 +01:00
3 lines
121 B
C
3 lines
121 B
C
void sys_tick_wait_at_least(uint32_t stc, uint32_t delay_ms);
|
|
bool sys_tick_has_passed(uint32_t stc, uint32_t delay_ms);
|