Fx0 hackathon team4

Dependencies:   NySNICInterface mbed-rtos mbed

Fork of RESTServerSample by KDDI Fx0 hackathon

Revision:
5:70c9f6045f2d
Parent:
4:99a67256b765
--- a/control_motors.h	Sun Feb 15 02:55:36 2015 +0000
+++ b/control_motors.h	Sun Feb 15 03:38:17 2015 +0000
@@ -4,7 +4,7 @@
 #define MOTOR_LEFT  1
 
 
-void parse_request(char *request);
+bool parse_request(char *request);
 
 void move(int motor_id, int speed);
 void start_shaking_tail();