Library for communicating with a Wii classic controller using the I2C bus.

Dependents:   WiiClassicControllerTest

Note that you will also need the CommonTypes library to use this.

Get it here:http://mbed.org/users/RichardE/code/CommonTypes/

Revision:
4:79d04d737f02
Parent:
3:ecae3d286a99
--- a/WiiClassicControllerWithCalibration.h	Sun Jun 30 16:37:49 2013 +0000
+++ b/WiiClassicControllerWithCalibration.h	Sun Jun 30 16:45:24 2013 +0000
@@ -45,6 +45,7 @@
         virtual bool Read( void );
 
         /** Set scaling for a particular analogue input.
+         * @param input channel to change.
          * @param m scale (multiplier) for this analogue input.
          * @param c offset for this analogue input.
          */