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/

Files at this revision

API Documentation at this revision

Comitter:
RichardE
Date:
Sun Jun 30 16:45:24 2013 +0000
Parent:
3:ecae3d286a99
Commit message:
Slight documentation fix.

Changed in this revision

WiiClassicControllerWithCalibration.cpp Show annotated file Show diff for this revision Revisions of this file
WiiClassicControllerWithCalibration.h Show annotated file Show diff for this revision Revisions of this file
diff -r ecae3d286a99 -r 79d04d737f02 WiiClassicControllerWithCalibration.cpp
--- 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.
  */
diff -r ecae3d286a99 -r 79d04d737f02 WiiClassicControllerWithCalibration.h
--- 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.
          */