Files at this revision

API Documentation at this revision

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);