Releases: adafruit/Adafruit_CircuitPython_Debouncer
2.0.9 - Fix For Sphinx RTD Theme
Full Changelog: 2.0.8...2.0.9
2.0.8 - Fix RTD Docs Build and Unpin Sphinx
Changes: 2.0.7...2.0.8
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-debouncer
.
Read the docs for info on how to use it.
2.0.7 - Fix RTD Theme Issue
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-debouncer
.
Read the docs for info on how to use it.
2.0.6 - Moved hardware unittest to examples, CI updates
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-debouncer
.
Read the docs for info on how to use it.
2.0.5 - Made copyright stay up to date in docs/conf.py
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-debouncer
.
Read the docs for info on how to use it.
2.0.4 - Fixed version string
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-debouncer
.
Read the docs for info on how to use it.
2.0.3 - Switched to pyproject.toml
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-debouncer
.
Read the docs for info on how to use it.
2.0.2 - 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-debouncer
.
Read the docs for info on how to use it.
2.0.1 - Added type annotations
Added type annotations for this library. Thanks @awordforthat, @echarles-dev, and @FoamyGuy!
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-debouncer
.
Read the docs for info on how to use it.
2.0.0 - Long press and double click refactoring
This release refactors the Button class to behave more similarly to the Debouncer class. This is a breaking change due to the renaming of the active_down
argument which is now more clearly named value_when_pressed
. Any code not using Button and the active_down
argument specifically should be unaffected. Thank you @Neradoc
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-debouncer
.
Read the docs for info on how to use it.