ELEC2645 (2017/18) / Mbed 2 deprecated el16a2t

Dependencies:   mbed

Revision:
14:ce231137d2f2
Parent:
11:4907e6e7e855
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main/main.h	Mon May 07 21:40:16 2018 +0000
@@ -0,0 +1,17 @@
+
+
+int x_player;
+int y_player;
+int x_car;
+int y_car;
+int x_car2;
+int y_car2;
+int score;
+char speed[14];
+char str[14];
+int lives;
+int Index;
+int YIndex;
+int YIndex2;
+float pot_value;
+float wait_time;
\ No newline at end of file