Wii Classic Controller Class for MF 3.0
As a continuation to the NumChuck class I made earlier I also wrote a .NET Micro Framework 3.0 class to interface the Wii Classic Controller. It gives access to all it’s buttons (including the two pressure sensitive) and the two joysticks.It connects trough I2C.
Also the NumChuck class got a major update including:
- Fixed small error in decoding the NumChuck data (XOR 17)
- 2 LSB added to Acceleration X/Y/Z
- Made the class Thread safe
You can download example programs and see a preview on the following page:
http://www.microframework.nl/projects/wii-controller-class/
Wanted to write an application for the new 3.0 version of .NET Micro Framework I wrote a simple interface class for the Wii NumChuck, It’s my first application for the new version so it was a little experimental how things work.
Recent Comments