Zumy code for sending struct data

Dependencies:   MPU6050IMU QEI RPCInterface mbed

Fork of zumy_mbed by David McPherson

Revision:
12:ff5d24a59ebe
Parent:
11:090042660f15
Child:
13:af3e8a8189ed
diff -r 090042660f15 -r ff5d24a59ebe main.cpp
--- a/main.cpp	Fri Feb 26 23:05:40 2016 +0000
+++ b/main.cpp	Fri Feb 26 23:35:50 2016 +0000
@@ -127,5 +127,5 @@
 }
 
 void WD_init(char* input, char* output){
-    wdt.kick(5.0);
+    wdt.kick(0.5);
 }