From 8d094a2c6c9f85cda6649f59d19ce4c902338fa4 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Tue, 20 May 2014 15:32:42 +0200 Subject: gyro/accel: disable x/y axis Currently unused. --- accel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'accel.h') diff --git a/accel.h b/accel.h index 6c1022d..3aba602 100644 --- a/accel.h +++ b/accel.h @@ -9,7 +9,7 @@ typedef enum {HORIZON_NONE, HORIZON_POS, HORIZON_NEG} horizon; void accelInit (); void accelStart (); bool accelProcess (); -volatile const int8_t *accelGet (); +const int8_t accelGetZ (); const uint8_t accelGetShakeCount (); const horizon accelGetHorizon (); -- cgit v1.2.3