Mini Project 10: Displaying stuff from day 7

Dependencies:   DmTouch_UniGraphic UniGraphic mbed

Revision:
0:1ebe73e062a7
Child:
11:482a9abbc448
diff -r 000000000000 -r 1ebe73e062a7 compass_sensor.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/compass_sensor.h	Tue Jan 17 18:14:15 2017 +0000
@@ -0,0 +1,12 @@
+#ifndef COMPASS_H
+#define COMPASS_H
+
+#include "mbed.h"
+extern I2C i2c_port;
+extern Serial pc;
+
+int compass_config(void);
+double calculation(void);
+void compass_n(int);
+
+#endif
\ No newline at end of file