aboutsummaryrefslogtreecommitdiff
path: root/tests/extmod/utime_time_ns.py.exp
AgeCommit message (Collapse)Author
2020-10-01extmod/utime_mphal: Add generic utime.time_ns() function.Damien George
It requires mp_hal_time_ns() to be provided by a port. This function allows very accurate absolute timestamps. Enabled on unix, windows, stm32, esp8266 and esp32. Signed-off-by: Damien George <damien@micropython.org>