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 IEEE_14_Freescale by
Diff: gyroReader.h
- Revision:
- 12:925f52da3ba9
- Parent:
- 7:3b2cf7efe5d1
- Child:
- 28:c7e8d2db03f5
diff -r 967469d7e01c -r 925f52da3ba9 gyroReader.h
--- a/gyroReader.h Wed Feb 12 06:00:07 2014 +0000
+++ b/gyroReader.h Wed Feb 12 06:41:29 2014 +0000
@@ -48,6 +48,8 @@
int compZ(int compVal);
void reset();
void calibrate();
+ void start();
+ void stop();
};
#endif
\ No newline at end of file
