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: LSM9DS1_Library_cal TCA9548A VL53L0X mbed mbed-rtos
Revision 11:8cd808f5637a, committed 2018-04-23
- Comitter:
- jmiller322
- Date:
- Mon Apr 23 19:36:49 2018 +0000
- Parent:
- 10:adcd5a485093
- Child:
- 12:505684aec350
- Commit message:
- initialized LED to 0
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Mon Apr 23 19:32:27 2018 +0000
+++ b/main.cpp Mon Apr 23 19:36:49 2018 +0000
@@ -360,6 +360,7 @@
// pc.printf("before overall init function\n");
// overall_init();
//initToF();
+ LED = 0;
calibrateIMU();
//overallInit();
//pc.printf("before entering the while loop\n");
