extmod/utime_mphal: Factor out implementations in terms of mp_hal_* for reuse.
As long as a port implement mp_hal_sleep_ms(), mp_hal_ticks_ms(), etc. functions, it can just use standard implementations of utime.sleel_ms(), utime.ticks_ms(), etc. Python-level functions.
Showing
extmod/utime_mphal.c
0 → 100644
extmod/utime_mphal.h
0 → 100644
Please register or sign in to comment