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.
Revision 3:bd08a59ee473, committed 2011-11-25
- Comitter:
- daveTshave
- Date:
- Fri Nov 25 14:41:04 2011 +0000
- Parent:
- 2:fa04a99dcdab
- Commit message:
- tidied comments
Changed in this revision
| counter.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/counter.h Fri Nov 25 14:09:37 2011 +0000
+++ b/counter.h Fri Nov 25 14:41:04 2011 +0000
@@ -17,8 +17,8 @@
/**
* Constructor.
*
- * Attaches the encode function to the rise/fall edge of
- * channels A.
+ * Attaches the encode function to the rise edge of
+ * channel A.
*
* @param channelA mbed pin for counter input.
*/
@@ -27,7 +27,7 @@
/**
* Reset the encoder.
*
- * Sets the pulses and revolutions count to zero.
+ * Sets the pulses to zero.
*/
void reset(void);