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:
- 73:f6f378311c8d
- Parent:
- 65:2ac186553959
- Child:
- 74:d281aaef9766
diff -r 250b2665755c -r f6f378311c8d LinearActuator/LinearActuator.hpp
--- a/LinearActuator/LinearActuator.hpp Mon Jul 02 14:28:22 2018 +0000
+++ b/LinearActuator/LinearActuator.hpp Mon Jul 30 16:48:48 2018 +0000
@@ -61,6 +61,7 @@
float getOutput();
void setFilterFrequency(float frequency);
+ float getFilterFrequency(); // 7/11/18
void setDeadband(float deadband);
float getDeadband();