Lab 6 code.

Dependencies:   mbed

Fork of WaG by GroupA

Revision:
53:389fe53b2642
Parent:
51:1eb60f0d2f03
--- a/wag.h	Tue Apr 03 22:32:41 2018 +0000
+++ b/wag.h	Thu Apr 05 17:16:40 2018 +0000
@@ -13,8 +13,8 @@
 ******************************************************************************/
 
 //Station Constants
-#define STATION_A 1
-#define STATION_B 0
+#define STATION_A 0
+#define STATION_B 1
 
 //Calibration status constants
 #define CALIBRATED 1