Releases: dmadison/NintendoExtensionCtrl
Version 0.4.1
Includes a number of changes to improve the DJ Hero turntable, including a class that calculates the change between effects dial positions while taking into account rollover.
Also guards all 'get' functions with a const
modifier, and includes a new reset()
function that will clear the connected controller ID and associated control data.
Version 0.4.0
Bus data can now be shared between classes! This means that programs that use more than one type of controller can now share data to save memory and cut down on redundant I²C calls.
Version 0.3.2
Adds support for using multiple I2C buses! Now also uses the Teensy 3.0 I2C library for supported boards.
This also includes a few changes to the back-end, including protecting the control data from derived classes and being able to print the raw control data in different bases including binary.
Version 0.3.1
Fixes support for the Guitar Hero guitar, which is now confirmed working.
Version 0.3.0
Adds support for the DJ Hero turntable controller.
Version 0.2.1
The user can now disable controller ID enforcement and has access to copies of the raw controller data. This also includes miscellaneous changes to the back-end and clarification in the examples.
Version 0.2.0
Added support for the Guitar Hero World Tour drum set.
Version 0.1.0
Added support for the guitar controller.
Version 0.0.2
Minor improvements to robustness and stability on the back-end. Also includes some user-facing functions for fetching the currently plugged-in controller's identity.
Version 0.0.1 (Initial Release)
Initial release!
Supports:
- Wii Nunchuk
- Wii Classic Controller