Skip to content

Releases: adafruit/Adafruit_CircuitPython_Ticks

1.0.6 - Fixed version string

22 Aug 19:01
Compare
Choose a tag to compare

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

09 Aug 19:38
Compare
Choose a tag to compare

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

09 Jun 17:57
Compare
Choose a tag to compare

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

07 Jun 16:47
Compare
Choose a tag to compare

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

13 Feb 15:18
daf511a
Compare
Choose a tag to compare

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

04 Feb 21:09
fc27dd9
Compare
Choose a tag to compare

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

23 Nov 17:13
676731a
Compare
Choose a tag to compare

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

22 Jul 20:13
465d2a7
Compare
Choose a tag to compare
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

22 Jul 20:13
Compare
Choose a tag to compare
0.9.1

Initial commit.

Initial pre-release

22 Jul 14:13
Compare
Choose a tag to compare
Initial pre-release Pre-release
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()).