Skip to content

Releases: adafruit/Adafruit_CircuitPython_Nunchuk

1.1.4 - Switched to pyproject.toml

09 Aug 19:48
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-nunchuk.

Read the docs for info on how to use it.

1.1.3 - Added cp.org link to index.rst

09 Jun 18:28
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-nunchuk.

Read the docs for info on how to use it.

1.1.2 - Repo documentation and config updates

07 Jun 17:08
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-nunchuk.

Read the docs for info on how to use it.

1.1.1 - Added documentation improvements

24 Feb 22:19
3090c14
Compare
Choose a tag to compare

Added type annotations and minor documentation improvements

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-nunchuk.

Read the docs for info on how to use it.

Publish to PyPI

27 Jan 17:42
21607b0
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-nunchuk.

Read the docs for info on how to use it.

1.0.1 - Updated pylint version, linted

15 Nov 18:15
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

Read the docs for info on how to use it.

New Properties

29 Jan 22:47
19258ca
Compare
Choose a tag to compare

BREAKING CHANGE

  • Changed the way the Nunchuk state is read. BREAKING CHANGE
  • Can use joystick, acceleration, and buttons to access respective items.
  • Can use values to access them all at once.
  • Thanks @jfurcean for all the work!

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-nunchuk.

Read the docs for info on how to use it.

I2C Speedup

25 Jan 20:26
b653d73
Compare
Choose a tag to compare
  • Removed lengthy delays from I2C transaction.
  • So speed. Much fast. Wow.

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-nunchuk.

Read the docs for info on how to use it.

0.2.3 - Moved to pre-commit, added licensing info

20 Jan 22:36
ba92d9f
Compare
Choose a tag to compare

pre-commit has been added to the GitHub Actions workflow in this repository. pre-commit allows you to run multiple checks, such as black and checking the REUSE licensing compliance, both locally and on GitHub Actions with one command.

You can run pre-commit locally with pre-commit run --all-files

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-nunchuk.

Read the docs for info on how to use it.

0.2.2 - Fixed discord invite link

09 Jul 20:39
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-nunchuk.

Read the docs for info on how to use it.