circuitpython/shared-bindings/time
DavePutz e7fc806034
Throw a NotImplementedError for time functions on boards without long ints
Fix for Issue #2812. Instead of reporting a missing attribute for functions such as time.time() and time.mktime(); platforms that do not have long integer support will raise a NotImplementedError
2020-05-08 16:33:26 -05:00
..
__init__.c Throw a NotImplementedError for time functions on boards without long ints 2020-05-08 16:33:26 -05:00
__init__.h improve time.monotonic_ns() accuracy from ms to us 2020-02-07 10:02:50 -05:00