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.cpp
- Revision:
- 33:03b0b66038e1
- Parent:
- 29:1132155bc7da
diff -r ff71f61bb9f6 -r 03b0b66038e1 gyroReader.cpp
--- a/gyroReader.cpp Sat Mar 22 20:17:29 2014 +0000
+++ b/gyroReader.cpp Sun Mar 23 02:23:29 2014 +0000
@@ -112,7 +112,7 @@
gyroReader::gyroReader(PinName pinA, PinName pinB) : accel(pinA,pinB)/*, upkeepTimer(gyroReader::gyroUpkeep, osTimerPeriodic, (void *)0), testPin(test)*/{
gyroZcount=0;
gyroXcount=0;
- zcal=-54;
+ zcal=-5;
xcal=120;
polls=0;
xoffs = -45.10;
