Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed BMI160 max32630fthr
Diff: main.cpp
- 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