Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: WiiClassicControllerTest
Revision 4:79d04d737f02, committed 2013-06-30
- Comitter:
- RichardE
- Date:
- Sun Jun 30 16:45:24 2013 +0000
- Parent:
- 3:ecae3d286a99
- Commit message:
- Slight documentation fix.
Changed in this revision
--- 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. */
--- 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.
*/