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: Actuators/MaxonESCON/MaxonESCON.h
- Revision:
- 2:d8e1613dc38b
- Parent:
- 1:6cd533a712c6
diff -r 6cd533a712c6 -r d8e1613dc38b Actuators/MaxonESCON/MaxonESCON.h
--- a/Actuators/MaxonESCON/MaxonESCON.h Sat Mar 02 09:39:34 2013 +0000
+++ b/Actuators/MaxonESCON/MaxonESCON.h Sun Mar 03 16:26:47 2013 +0000
@@ -24,21 +24,18 @@
class MaxonESCON
{
-protected:
+private:
+ /** To Enable the amplifier */
+ DigitalOut _enb;
/** Duty Cycle to set the speed */
PwmOut _pwm;
- /** To Enable the amplifier */
- DigitalOut _enb;
/** Hallsensor Class */
Hallsensor* _hall;
/** Ready output from ESCON */
DigitalIn _isenb;
/** Actual speed from ESCON analog Output 1 */
AnalogIn _actualSpeed;
-
-private:
-
/** increment the Hallpattern */
int _pulses;
