Simple demo of BMI160 Library

Dependencies:   BMI160 max32630fthr mbed

Fork of MAX32630FTHR_IMU_Test by Justin Jordan

Revision:
6:1d23dc51ee3f
Parent:
5:4deb38e46a10
Child:
7:811949acf593
--- a/main.cpp	Wed Dec 21 01:03:52 2016 +0000
+++ b/main.cpp	Mon Feb 06 20:18:00 2017 +0000
@@ -32,7 +32,6 @@
 
 
 #include "mbed.h"
-#include "SDFileSystem.h"
 #include "max32630fthr.h"
 #include "bmi160.h"
 
@@ -121,7 +120,7 @@
         failures++;
     }
     
-    wait(5.0);
+    wait(1.0);
     printf("\033[H");  //home
     printf("\033[0J");  //erase from cursor to end of screen