From e69b2bc45ff0940b475a1832d25e051240fbda32 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Mon, 10 Mar 2014 17:28:07 +0100 Subject: Initial accel implementation --- accel.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 accel.h (limited to 'accel.h') diff --git a/accel.h b/accel.h new file mode 100644 index 0000000..e027946 --- /dev/null +++ b/accel.h @@ -0,0 +1,8 @@ +#ifndef ACCEL_H +#define ACCEL_H + +void accelInit (); +void accelStart (); + +#endif /* ACCEL_H */ + -- cgit v1.2.3