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:
- 3:8107bb13278b
- Parent:
- 2:992e774dc62a
--- a/PosVelFilter.hpp Mon Jul 17 14:24:27 2017 +0000
+++ b/PosVelFilter.hpp Fri Jul 28 18:49:50 2017 +0000
@@ -9,8 +9,10 @@
PosVelFilter();
void update();
+ void update_la();
void init();
+ void init_la();
float getPosition();
float getVelocity();
