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:
- 77:73e1cf3a7284
- Parent:
- 75:49e69031799c
- Child:
- 78:84ce90a76594
--- a/wag.h Thu Apr 26 15:44:46 2018 +0000 +++ b/wag.h Thu Apr 26 16:12:09 2018 +0000 @@ -23,8 +23,8 @@ #include "utility.h" //Station Constants -#define STATION_A 0 -#define STATION_B 1 +#define STATION_A 1 +#define STATION_B 0 //player constants #define GNOLLER 1 @@ -35,7 +35,7 @@ #define NOT_CALIBRATED 0 //delay times -#define VOLLEY_DELAY 5000 +#define VOLLEY_DELAY 3000 #define LASER_DELAY 0.125 #define LED_DELAY 0.02
