From 254fb0c490c62c0e29518cab2d8b5c90a30b378c Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Tue, 9 Dec 2014 12:42:20 +0100 Subject: accel: Fix shake gesture detection --- accel.h | 1 + 1 file changed, 1 insertion(+) (limited to 'accel.h') diff --git a/accel.h b/accel.h index 092bd1e..b984fdd 100644 --- a/accel.h +++ b/accel.h @@ -10,6 +10,7 @@ void accelInit (); void accelStart (); bool accelProcess (); int8_t accelGetZ (); +int8_t accelGetNormalizedZ (); uint8_t accelGetShakeCount (); void accelResetShakeCount (); horizon accelGetHorizon (); -- cgit v1.2.3