Releases: adafruit/Adafruit_CircuitPython_Ticks
1.0.6 - Fixed version string
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-ticks
.
Read the docs for info on how to use it.
1.0.5 - Switched to pyproject.toml
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-ticks
.
Read the docs for info on how to use it.
1.0.4 - Added cp.org link to index.rst
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-ticks
.
Read the docs for info on how to use it.
1.0.3 - Repo documentation and config updates
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-ticks
.
Read the docs for info on how to use it.
1.0.2 - Typing Information
This release includes typing information for all functions, thank you @tekktrik.
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-ticks
.
Read the docs for info on how to use it.
1.0.1 - Updated documentation link, python version
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-ticks
.
Read the docs for info on how to use it.
1.0.0 First Real Release
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-ticks
.
Read the docs for info on how to use it.
Actually fix importing on boards without ticks_ms or monotonic_ns
Merge pull request #1 from adafruit/fix-no-monotonic-ns fix importing on boards where time.monotonic_ns raises NotImplementedError
Fix importing on boards without ticks_ms or monotonic_ns
0.9.1 Initial commit.
Initial pre-release
The adafruit_ticks library provides a consistent way to work with deadlines and intervals in milliseconds, and with CircuitPython 7 even the smallest boards provide the ticks_ms()
support function which never loses precision (unlike time.monotonic()
).