bio robot

Dependencies:   MPU6050-DMP QEI_hw mbed-rpc mbed

Fork of MPU6050_Example by Shundo Kishi

Revision:
6:12b6be801ad8
Parent:
5:c3d671959ef3
Child:
8:1a3a69fecedf
--- a/Comm/Comm.h	Thu Dec 03 04:52:45 2015 +0000
+++ b/Comm/Comm.h	Thu Dec 03 05:52:55 2015 +0000
@@ -1,12 +1,10 @@
 #ifndef Comm_h
 #define Comm_h
 
-//#include "mbed.h"
 #include "json.h"
 #include "Target.h"
 #include "CommDelegate.h"  
 #include "mbed_rpc.h" 
-//#include "MODSERIAL.h"
 
 
 class Comm{