Skip to content

Releases: adafruit/Adafruit_CircuitPython_datetime

1.0.0 - Initial Release

29 Jan 18:58
ffa0ec0
Compare
Choose a tag to compare

CircuitPython datetime provides basic date and time types. Implements a subset of the CPython datetime module.
NOTE: This library has a large memory footprint and is intended for hardware such as the SAMD51, ESP32-S2, and nRF52.

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-datetime.

Read the docs for info on how to use it.