Skip to content

Releases: adafruit/Adafruit_CircuitPython_Wii_Classic

1.0.7 - Fix For Sphinx RTD Theme

07 Oct 22:23
Compare
Choose a tag to compare

1.0.6 - Fourwire Fallback Support

18 Dec 20:11
853be8b
Compare
Choose a tag to compare

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

To use in CPython, pip3 install adafruit-circuitpython-wii-classic.

Read the docs for info on how to use it.

What's Changed

  • handle displayio refactoring for CP9 by @dhalbert in #4

New Contributors

Full Changelog: 1.0.5...1.0.6

1.0.5 - Fix RTD Docs Build and Unpin Sphinx

09 Dec 17:36
Compare
Choose a tag to compare

Changes: 1.0.4...1.0.5

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

To use in CPython, pip3 install adafruit-circuitpython-wii-classic.

Read the docs for info on how to use it.

1.0.4 - Update Example for CircuitPython 9.x displayio API

13 Nov 23:07
d33d4d5
Compare
Choose a tag to compare

This release updates the example for use with CircuitPython 9.x displayio APIs. Thank you @BlitzCityDIY

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

To use in CPython, pip3 install adafruit-circuitpython-wii-classic.

Read the docs for info on how to use it.

1.0.3 - Fix RTD Theme Issue

25 Sep 15:55
Compare
Choose a tag to compare

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

To use in CPython, pip3 install adafruit-circuitpython-wii-classic.

Read the docs for info on how to use it.

1.0.2 - Updated .pylintrc, fixed jQuery

26 May 16:24
Compare
Choose a tag to compare

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

To use in CPython, pip3 install adafruit-circuitpython-Wii-Classic.

Read the docs for info on how to use it.

1.0.1 - Updated examples

10 Apr 14:22
882b4cb
Compare
Choose a tag to compare

The simpletest example was updated and a displayio visualizer example was added.

To use in CircuitPython, download the .mpy file and copy it to the lib folder on the CIRCUITPY drive. Or, simply install the library bundle.

Read the docs for info on how to use it.

1.0.0 - First release

04 Apr 20:54
Compare
Choose a tag to compare

This module reads inputs from Wii Classic controllers over I2C.

To use in CircuitPython, download the .mpy file and copy it to the lib folder on the CIRCUITPY drive.

Read the docs for info on how to use it.