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.
Dependencies: mbed MODSERIAL FATFileSystem
Diff: LinearActuator/LinearActuator.hpp
- Revision:
- 54:d4990fb68404
- Parent:
- 41:ed5b95ab97e3
diff -r c0586fe62b01 -r d4990fb68404 LinearActuator/LinearActuator.hpp
--- a/LinearActuator/LinearActuator.hpp Thu Jun 07 13:02:08 2018 +0000
+++ b/LinearActuator/LinearActuator.hpp Fri Jun 08 13:56:30 2018 +0000
@@ -64,6 +64,8 @@
float getDeadband();
bool toggleDeadband(bool toggle);
+ int getHWSwitchReading();
+
protected:
PololuHBridge _motor;
PosVelFilter _filter;