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 IMUfilter by
Diff: IMUfilter.h
- Revision:
- 1:8a920397b510
- Parent:
- 0:976ab2e4e4bd
- Child:
- 2:fae851819c43
--- a/IMUfilter.h Mon Sep 06 13:54:41 2010 +0000 +++ b/IMUfilter.h Mon Sep 06 14:18:33 2010 +0000 @@ -104,6 +104,11 @@ */ double getYaw(void); + /** + * Reset the filter. + */ + void reset(void); + private: int firstUpdate;