GroupA / Mbed 2 deprecated WaG_final

Dependencies:   mbed

Fork of Lab_6_WaG by GroupA

Revision:
77:73e1cf3a7284
Parent:
75:49e69031799c
Child:
78:84ce90a76594
--- a/wag.h	Thu Apr 26 15:44:46 2018 +0000
+++ b/wag.h	Thu Apr 26 16:12:09 2018 +0000
@@ -23,8 +23,8 @@
 #include "utility.h"
 
 //Station Constants
-#define STATION_A 0
-#define STATION_B 1
+#define STATION_A 1
+#define STATION_B 0
 
 //player constants
 #define GNOLLER 1
@@ -35,7 +35,7 @@
 #define NOT_CALIBRATED 0
 
 //delay times
-#define VOLLEY_DELAY 5000
+#define VOLLEY_DELAY 3000
 #define LASER_DELAY 0.125
 #define LED_DELAY 0.02