mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 16:57:31 +01:00
5 lines
95 B
C
5 lines
95 B
C
#include <py/obj.h>
|
|
|
|
mp_obj_t modtime_sleep(mp_obj_t seconds_o);
|
|
mp_obj_t modtime_monotonic();
|