diff options
Diffstat (limited to 'accel.h')
-rw-r--r-- | accel.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ typedef uint8_t horizon; void accelInit (); void accelStart (); -bool accelProcess (); +void accelProcess (); int8_t accelGetZ (); int8_t accelGetNormalizedZ (); uint8_t accelGetShakeCount (); |