forked from micropython/micropython
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Description
I cannot tell from the documentation for time.monotonic() if it has units or not -- like seconds or milliseconds, etc.
I'm wondering if this function can be used for measuring time deltas (like Arduino's millis()) or if it can only be used for ordering events time relative to each other. It seems like the former since it has gone to the trouble of being a float, whereas integers would suffice were it (only) the latter.
tamberg, mew-cx and tstevo
Metadata
Metadata
Assignees
Labels
No labels