Remote control code for https://developer.mbed.org/users/ivo_david_michelle/code/QuadTrio/

Dependencies:   Analog_Joystick Sender mbed

Fork of ESE350-Whack-a-Mole by Eric Berdinis

Revision:
8:ff7cd3525c32
Parent:
7:8714628b62e5
Child:
9:2a3b3e067847
diff -r 8714628b62e5 -r ff7cd3525c32 rc.cpp
--- a/rc.cpp	Thu Mar 31 22:41:19 2016 +0000
+++ b/rc.cpp	Thu Apr 07 21:14:33 2016 +0000
@@ -51,7 +51,7 @@
     // send_three_way_handshake();
 
     int i;
-    char txBuffer[50];
+    char txBuffer[250];
     
     for (i = 0; i < iterations; i++) {
         sprintf(txBuffer, "%f,%f,%f,%f", read_thrust(), read_yaw(), read_pitch(), read_roll());