Adafruit_CircuitPython_Ticks

Work with intervals and deadlines in milliseconds

MIT License

Downloads
2.1K
Stars
7
Committers
11

Bot releases are hidden (Show)

Adafruit_CircuitPython_Ticks - 1.1.0 - Raise OverflowError as needed

Published by dhalbert 2 months ago

What's Changed

Full Changelog: https://github.com/adafruit/Adafruit_CircuitPython_Ticks/compare/1.0.13...1.1.0

Adafruit_CircuitPython_Ticks - 1.0.13 - Fix RTD Docs Build and Unpin Sphinx Latest Release

Published by FoamyGuy 11 months ago

Changes: https://github.com/adafruit/Adafruit_CircuitPython_Ticks/compare/1.0.12...1.0.13

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.

Adafruit_CircuitPython_Ticks - 1.0.12 - Fix RTD Theme Issue

Published by FoamyGuy about 1 year ago

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.

Adafruit_CircuitPython_Ticks - 1.0.11 - Updated .pylintrc, fixed jQuery

Published by evaherrada over 1 year ago

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.

Adafruit_CircuitPython_Ticks - 1.0.10 - Fixed typo

Published by evaherrada over 1 year ago

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.

Adafruit_CircuitPython_Ticks - 1.0.9 - Fixed typo

Published by evaherrada almost 2 years ago

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.

Adafruit_CircuitPython_Ticks - 1.0.8 - Switched to time.ticks_ms

Published by evaherrada about 2 years ago

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.

Adafruit_CircuitPython_Ticks - 1.0.7 - Made copyright stay up to date in docs/conf.py

Published by evaherrada about 2 years ago

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.

Adafruit_CircuitPython_Ticks - 1.0.6 - Fixed version string

Published by evaherrada about 2 years ago

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.

Adafruit_CircuitPython_Ticks - 1.0.5 - Switched to pyproject.toml

Published by evaherrada about 2 years ago

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.

Adafruit_CircuitPython_Ticks - 1.0.4 - Added cp.org link to index.rst

Published by evaherrada over 2 years ago

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.

Adafruit_CircuitPython_Ticks - 1.0.3 - Repo documentation and config updates

Published by evaherrada over 2 years ago

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.

Adafruit_CircuitPython_Ticks - 1.0.2 - Typing Information

Published by FoamyGuy over 2 years ago

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.

Adafruit_CircuitPython_Ticks - 1.0.1 - Updated documentation link, python version

Published by evaherrada over 2 years ago

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.

Adafruit_CircuitPython_Ticks - 1.0.0 First Real Release

Published by FoamyGuy almost 3 years ago

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.

Adafruit_CircuitPython_Ticks - Actually fix importing on boards without ticks_ms or monotonic_ns

Published by jepler about 3 years ago

Adafruit_CircuitPython_Ticks - Fix importing on boards without ticks_ms or monotonic_ns

Published by jepler about 3 years ago

Adafruit_CircuitPython_Ticks - Initial pre-release

Published by jepler about 3 years ago

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()).

Package Rankings
Top 10.7% on Pypi.org
Related Projects