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.
Fork of autonomousRobotAndroid by
Diff: ActuatorsSensor/Hallsensor.h
- Revision:
- 15:cb1337567ad4
- Parent:
- 12:235e318a414f
- Child:
- 38:d76e488e725f
--- a/ActuatorsSensor/Hallsensor.h Thu Apr 11 09:22:35 2013 +0000 +++ b/ActuatorsSensor/Hallsensor.h Fri Apr 26 06:02:41 2013 +0000 @@ -11,7 +11,7 @@ * * @brief * - * Interface to count the Hallsensor input from a EC-Motor. + * Interface to count the Hallsensor input from an EC-Motor. * */ class Hallsensor @@ -41,7 +41,7 @@ /** * @brief Constructor of the class <code>Hallsensor</code>. * - * Reads the current values on Hall1 , Hall2 and Hall3 to determine the + * Reads the current values on Hall1, Hall2 and Hall3 to determine the * initial state. * Attaches the encode function to the rise/fall interrupt edges of * Hall1, Hall2 and Hall3.