Device to measure angle and get IMU measurements.

Dependencies:   mbed commands BLE_API nRF51822

Revision:
8:c6345e8d607c
Parent:
6:75263c93daf7
diff -r bb6eb41a29da -r c6345e8d607c main.cpp
--- a/main.cpp	Sun Jun 07 21:59:02 2015 +0000
+++ b/main.cpp	Thu Jun 11 20:59:22 2015 +0000
@@ -4,9 +4,9 @@
 
 int main(void)
 {   
-    wait(2);
+    
     Controller* goniometer = new Controller();
-    
+    wait(0.5);
     while(true) {
         goniometer->run();
     }