Skip to content

Releases: adafruit/Adafruit_CircuitPython_Debouncer

2.0.8 - Fix RTD Docs Build and Unpin Sphinx

09 Dec 17:43
Compare
Choose a tag to compare

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

25 Sep 15:59
Compare
Choose a tag to compare

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

26 Jun 18:24
4e7e50e
Compare
Choose a tag to compare

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

26 Aug 02:29
Compare
Choose a tag to compare

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

22 Aug 18: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-debouncer.

Read the docs for info on how to use it.

2.0.3 - Switched to pyproject.toml

09 Aug 19:32
Compare
Choose a tag to compare

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

09 Jun 19:10
Compare
Choose a tag to compare

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

03 Jun 18:09
4372e84
Compare
Choose a tag to compare

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

21 Mar 14:56
4b0f67f
Compare
Choose a tag to compare

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.

1.6.0 - Allowed manually pushing state

07 Mar 20:56
72b7319
Compare
Choose a tag to compare

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.