Mini Project 10: Displaying stuff from day 7

Dependencies:   DmTouch_UniGraphic UniGraphic mbed

Revision:
0:1ebe73e062a7
Child:
6:b196b0a8f337
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/acceler_sensor.h	Tue Jan 17 18:14:15 2017 +0000
@@ -0,0 +1,9 @@
+#ifndef ACCELER_H
+#define ACCELER_H
+
+#include "mbed.h"
+
+extern Serial pc;
+extern I2C i2c_port;
+void acceleration_n(void);
+#endif
\ No newline at end of file