micropython utime method for milliseconds since epoche
All threads resolved!
All threads resolved!
Compare changes
+ 10
− 0
@@ -25,6 +25,16 @@ uint32_t epic_rtc_get_seconds(void)
utime.time only provides a resolution of a second. This is not adequate for proper timing. This merge request implements a method utime.time_ms similar to utime.time but with millisecond resolution