Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed
Fork of Lab_6_WaG by
Diff: wag.h
- 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