aboutsummaryrefslogtreecommitdiff
path: root/accel.c
diff options
context:
space:
mode:
Diffstat (limited to 'accel.c')
-rw-r--r--accel.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/accel.c b/accel.c
index 3a6c595..1bca794 100644
--- a/accel.c
+++ b/accel.c
@@ -188,6 +188,10 @@ uint8_t accelGetShakeCount () {
return shakeCount;
}
+void accelResetShakeCount () {
+ shakeCount = 0;
+}
+
horizon accelGetHorizon () {
return horizonSign;
}