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:
- 58:69f9a4607a16
- Parent:
- 57:aef01bd9b3be
- Child:
- 62:b73067127fd6
- Child:
- 64:72f7f5757f0d
diff -r aef01bd9b3be -r 69f9a4607a16 wag.h --- a/wag.h Thu Apr 12 15:09:50 2018 +0000 +++ b/wag.h Thu Apr 12 16:12:28 2018 +0000 @@ -26,8 +26,18 @@ #define STATION_A 0 #define STATION_B 1 +//player constants +#define GNOLLER 1 +#define WHACKER 0 + //Calibration status constants #define CALIBRATED 1 #define NOT_CALIBRATED 0 +//delay times +#define VOLLEY_DELAY 5 +#define LASER_DELAY 0.125 + +void gnoll(); + #endif \ No newline at end of file