mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-29 19:49:58 +02: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();
|