aboutsummaryrefslogtreecommitdiff
path: root/accel.h
diff options
context:
space:
mode:
Diffstat (limited to 'accel.h')
-rw-r--r--accel.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/accel.h b/accel.h
index edb2540..fcaaafd 100644
--- a/accel.h
+++ b/accel.h
@@ -13,11 +13,9 @@ typedef uint8_t horizon;
void accelInit ();
void accelStart ();
void accelProcess ();
-int8_t accelGetZ ();
-int8_t accelGetNormalizedZ ();
-uint8_t accelGetShakeCount ();
+horizon accelGetHorizon (bool * const);
void accelResetShakeCount ();
-horizon accelGetHorizon ();
+uint8_t accelGetShakeCount ();
#endif /* ACCEL_H */