First

Dependencies:   UniGraphic mbed

Revision:
5:98ad3701ec24
Child:
6:459d1eb2cc23
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/acc.h	Thu Jan 14 22:03:54 2016 +0000
@@ -0,0 +1,9 @@
+//header for acc control
+
+#ifndef acc_h
+#define acc_h
+
+#include "mbed.h"
+
+void acc_init(void);
+float acc_sense(char axis);
\ No newline at end of file