Releases: adafruit/Adafruit_CircuitPython_Nunchuk
1.1.4 - Switched to pyproject.toml
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
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
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
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
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
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
Read the docs for info on how to use it.
New Properties
BREAKING CHANGE
- Changed the way the Nunchuk state is read. BREAKING CHANGE
- Can use
joystick
,acceleration
, andbuttons
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
- 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
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
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.