mirror of
https://github.com/micropython/micropython.git
synced 2025-09-09 03:11:08 +02: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);
|