From e3897565c342bee4765f921240b7ca91cd9b23f1 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Mon, 31 Mar 2014 11:18:32 +0200 Subject: Activate accel + timer --- accel.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'accel.h') diff --git a/accel.h b/accel.h index e027946..7d82933 100644 --- a/accel.h +++ b/accel.h @@ -1,8 +1,13 @@ #ifndef ACCEL_H #define ACCEL_H +#include +#include + void accelInit (); void accelStart (); +bool accelProcess (); +volatile const int8_t *accelGet (); #endif /* ACCEL_H */ -- cgit v1.2.3