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 PosVelFilter_7_14 by
Diff: PosVelFilter.hpp
- Revision:
- 2:992e774dc62a
- Parent:
- 0:82f27e7e99f0
- Child:
- 3:8107bb13278b
diff -r ec4117689673 -r 992e774dc62a PosVelFilter.hpp
--- a/PosVelFilter.hpp Tue Jun 13 19:47:50 2017 +0000
+++ b/PosVelFilter.hpp Mon Jul 17 14:24:27 2017 +0000
@@ -16,6 +16,15 @@
float getVelocity();
float getDt();
+ //NEW TROY
+ float get_conv_distance();
+ float get_curr_time();
+ float get_last_time();
+ float get_x1_dot();
+ float get_x2_dot();
+ float get_x1();
+ float get_x2();
+
// void setConfigFlag();
void writeWn(float wn);
