aboutsummaryrefslogtreecommitdiff
path: root/accel.h
diff options
context:
space:
mode:
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 */