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.cpp	Sun Jun 30 16:37:49 2013 +0000
+++ b/WiiClassicControllerWithCalibration.cpp	Sun Jun 30 16:45:24 2013 +0000
@@ -34,7 +34,7 @@
 }
 
 /** Set scaling for a particular analogue input.
- * @param input channel to read.
+ * @param input channel to change.
  * @param m scale (multiplier) for this analogue input.
  * @param c offset for this analogue input.
  */