GroupA / Mbed 2 deprecated WaG_final

Dependencies:   mbed

Fork of Lab_6_WaG by GroupA

Revision:
62:b73067127fd6
Parent:
58:69f9a4607a16
Child:
65:b8f3339b9268
--- a/wag.h	Tue Apr 17 12:47:32 2018 +0000
+++ b/wag.h	Tue Apr 17 16:14:30 2018 +0000
@@ -38,6 +38,8 @@
 #define VOLLEY_DELAY 5
 #define LASER_DELAY 0.125
 
-void gnoll();
+void gnoll(int sensor_no);
+void whack(int sensor_no, float * sensor_values);
+void update_score(int hit, int miss);
 
 #endif
\ No newline at end of file