aboutsummaryrefslogtreecommitdiff
path: root/gyro.h
diff options
context:
space:
mode:
Diffstat (limited to 'gyro.h')
-rw-r--r--gyro.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/gyro.h b/gyro.h
index 3a8ad10..a3f62f7 100644
--- a/gyro.h
+++ b/gyro.h
@@ -7,9 +7,10 @@
void gyroInit ();
void gyroStart ();
bool gyroProcess ();
-void gyroResetAngle ();
-const int16_t *gyroGetAngle ();
+void gyroResetAccum ();
+const int32_t *gyroGetAccum ();
volatile const int16_t *gyroGetRaw ();
+const int8_t gyroGetZTicks ();
#endif /* GYROSCOPE_H */