Micromouse / Mbed 2 deprecated Main-codetest

Dependencies:   mbed

Revision:
10:4a825f818432
Child:
12:4310fb637705
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Gyro.h	Thu Apr 05 21:21:51 2018 +0000
@@ -0,0 +1,9 @@
+#ifndef _Gyro_
+#define _Gyro_ 
+
+#include "globals.h"
+
+AnalogIn Gyro (PC_4);
+
+
+#endif
\ No newline at end of file