Slightly modified version (to work with processing GUI)

Dependencies:   ITG3200 mbed

Fork of 6DoF_IMU_readvalue by Ryo Nakabayashi

Revision:
3:04df9b19199b
Parent:
2:39468ef68358
Child:
4:c7d5863b2576
diff -r 39468ef68358 -r 04df9b19199b main.cpp
--- a/main.cpp	Fri Oct 11 00:09:31 2013 +0000
+++ b/main.cpp	Tue Oct 22 00:13:07 2013 +0000
@@ -36,7 +36,7 @@
        rn42.printf("didn't set data rate\n");
        return 0;    }
     wait(.001);
-    
+     
     //Measurement mode.
     
     if(accel.setPowerControl(MeasurementMode)) {