Mission Accomplished

Dependencies:   TextLCD mbed

Revision:
0:96cf16c88314
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Compass.h	Wed Jan 20 01:01:04 2016 +0000
@@ -0,0 +1,8 @@
+#ifndef COMPASS_H
+#define COMPASS_H
+#include "mbed.h"
+
+
+double Compass();
+
+#endif
\ No newline at end of file