GroupA / Mbed 2 deprecated WaG_final

Dependencies:   mbed

Fork of Lab_6_WaG by GroupA

Revision:
64:72f7f5757f0d
Parent:
58:69f9a4607a16
Child:
65:b8f3339b9268
--- a/wag.h	Tue Apr 17 16:13:00 2018 +0000
+++ b/wag.h	Thu Apr 19 00:04:48 2018 +0000
@@ -38,6 +38,10 @@
 #define VOLLEY_DELAY 5
 #define LASER_DELAY 0.125
 
+//timer expired
+#define WHACK_EXPIRED_TIMER 5
+
 void gnoll();
+void whack(int sensor_no, float * sensor_values);
 
 #endif
\ No newline at end of file