diff options
| author | Lars-Dominik Braun <lars@6xq.net> | 2014-12-09 12:42:20 +0100 |
|---|---|---|
| committer | Lars-Dominik Braun <lars@6xq.net> | 2014-12-09 12:42:20 +0100 |
| commit | 254fb0c490c62c0e29518cab2d8b5c90a30b378c (patch) | |
| tree | 0fe5007234b954d9039796387b3fc6356f824876 /accel.h | |
| parent | 1d0d6f316707cbaac23b3b0b77b5d554f6e7954d (diff) | |
| download | hourglass-254fb0c490c62c0e29518cab2d8b5c90a30b378c.tar.gz hourglass-254fb0c490c62c0e29518cab2d8b5c90a30b378c.tar.bz2 hourglass-254fb0c490c62c0e29518cab2d8b5c90a30b378c.zip | |
accel: Fix shake gesture detection
Diffstat (limited to 'accel.h')
| -rw-r--r-- | accel.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10,6 +10,7 @@ void accelInit (); void accelStart (); bool accelProcess (); int8_t accelGetZ (); +int8_t accelGetNormalizedZ (); uint8_t accelGetShakeCount (); void accelResetShakeCount (); horizon accelGetHorizon (); |
