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:
- 65:b8f3339b9268
- Parent:
- 62:b73067127fd6
- Parent:
- 64:72f7f5757f0d
- Child:
- 66:70efa618c378
--- a/wag.h Tue Apr 17 16:15:21 2018 +0000 +++ b/wag.h Thu Apr 19 00:14:15 2018 +0000 @@ -38,6 +38,11 @@ #define VOLLEY_DELAY 5 #define LASER_DELAY 0.125 + + +//timer expired +#define WHACK_EXPIRED_TIMER 5 + void gnoll(int sensor_no); void whack(int sensor_no, float * sensor_values); void update_score(int hit, int miss);