Lab 6 code.

Dependencies:   mbed

Fork of WaG by GroupA

Revision:
44:4c2ba5bbba67
Child:
51:1eb60f0d2f03
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/wag.h	Thu Mar 29 20:00:27 2018 +0000
@@ -0,0 +1,7 @@
+//Station Constants
+#define STATION_A 1
+#define STATION_B 0
+
+//Calibration status constants
+#define CALIBRATED 1
+#define NOT_CALIBRATED 0
\ No newline at end of file