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.cpp
- Revision:
- 54:d4990fb68404
- Parent:
- 14:85b64a4d08e8
diff -r c0586fe62b01 -r d4990fb68404 LinearActuator/LinearActuator.cpp --- a/LinearActuator/LinearActuator.cpp Thu Jun 07 13:02:08 2018 +0000 +++ b/LinearActuator/LinearActuator.cpp Fri Jun 08 13:56:30 2018 +0000 @@ -305,4 +305,10 @@ bool LinearActuator::toggleDeadband(bool toggle) { _pid.toggleDeadBand(toggle); return toggle; -} \ No newline at end of file +} + +// 06/07/2018 view actual switch state + +int LinearActuator::getHWSwitchReading() { + return _limitSwitch.read(); +} \ No newline at end of file