GroupA / Mbed 2 deprecated WaG_final

Dependencies:   mbed

Fork of Lab_6_WaG by GroupA

Revision:
58:69f9a4607a16
Parent:
57:aef01bd9b3be
Child:
62:b73067127fd6
Child:
64:72f7f5757f0d
diff -r aef01bd9b3be -r 69f9a4607a16 wag.h
--- a/wag.h	Thu Apr 12 15:09:50 2018 +0000
+++ b/wag.h	Thu Apr 12 16:12:28 2018 +0000
@@ -26,8 +26,18 @@
 #define STATION_A 0
 #define STATION_B 1
 
+//player constants
+#define GNOLLER 1
+#define WHACKER 0
+
 //Calibration status constants
 #define CALIBRATED 1
 #define NOT_CALIBRATED 0
 
+//delay times
+#define VOLLEY_DELAY 5
+#define LASER_DELAY 0.125
+
+void gnoll();
+
 #endif
\ No newline at end of file