Select Git revision
utime_mphal.c
-
Paul Sokolovsky authored
Use normal mp_int_t/mp_uint_t types, algorithms (hm, formulas) can work with any type width.
Paul Sokolovsky authoredUse normal mp_int_t/mp_uint_t types, algorithms (hm, formulas) can work with any type width.
qstrdefs.h 164 B
#include "py/mpconfig.h"
/* leds */
Q(leds)
/* utime */
Q(utime)
Q(sleep)
Q(sleep_ms)
Q(sleep_us)
Q(ticks_ms)
Q(ticks_us)
Q(ticks_cpu)
Q(ticks_add)
Q(ticks_diff)