aboutsummaryrefslogtreecommitdiff
path: root/accel.h
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2014-03-31 11:18:32 +0200
committerLars-Dominik Braun <lars@6xq.net>2014-04-22 16:51:13 +0200
commite3897565c342bee4765f921240b7ca91cd9b23f1 (patch)
treee7e328ee9452d54db9cfe66cccdb031cb704030f /accel.h
parent24d11d4976062e965fb64861808548c39f53714b (diff)
downloadhourglass-e3897565c342bee4765f921240b7ca91cd9b23f1.tar.gz
hourglass-e3897565c342bee4765f921240b7ca91cd9b23f1.tar.bz2
hourglass-e3897565c342bee4765f921240b7ca91cd9b23f1.zip
Activate accel + timer
Diffstat (limited to 'accel.h')
-rw-r--r--accel.h5
1 files changed, 5 insertions, 0 deletions
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 <stdbool.h>
+#include <stdint.h>
+
void accelInit ();
void accelStart ();
+bool accelProcess ();
+volatile const int8_t *accelGet ();
#endif /* ACCEL_H */