GroupA / Mbed 2 deprecated WaG_final

Dependencies:   mbed

Fork of Lab_6_WaG by GroupA

Revision:
57:aef01bd9b3be
Parent:
53:389fe53b2642
Child:
58:69f9a4607a16
--- a/wag.h	Fri Apr 06 18:25:19 2018 +0000
+++ b/wag.h	Thu Apr 12 15:09:50 2018 +0000
@@ -11,6 +11,16 @@
 * Last Modified: 04/03/2018
 *
 ******************************************************************************/
+#ifndef WAG_H
+#define WAG_H
+
+#include "mbed.h"
+#include "io_pins.h"
+#include "analog.h"
+#include "display.h"
+#include "laser.h"
+#include "stepper.h"
+#include "utility.h"
 
 //Station Constants
 #define STATION_A 0
@@ -18,4 +28,6 @@
 
 //Calibration status constants
 #define CALIBRATED 1
-#define NOT_CALIBRATED 0
\ No newline at end of file
+#define NOT_CALIBRATED 0
+
+#endif
\ No newline at end of file