Skip to content
Snippets Groups Projects
Forked from card10 / firmware
1493 commits behind the upstream repository.
utime.rst 2.57 KiB

utime - Time

The utime module loosely follows CPython's time module, but is heavily stripped down. Instead, it has a few time related functions which are not in CPython but wouldn't fit anywhere else in our implementation. Most prominently, this is the :py:func:`utime.alarm` function for setting an RTC alarm.