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 mbed-rtos Motor LSM9DS1_Library_cal X_NUCLEO_53L0A1
Diff: main.cpp
- Revision:
- 18:7ed985584ec7
- Parent:
- 17:e1a5d25218de
- Child:
- 19:41d0cc14edc5
--- a/main.cpp Thu Apr 25 05:56:18 2019 +0000 +++ b/main.cpp Thu Apr 25 16:54:57 2019 +0000 @@ -11,7 +11,7 @@ int* obstacles = new int[360]; int trajectoryLength = 0; int* trajectory = new int[0]; -uint32_t lidarDistance = 0.0; +uint32_t lidarDistance = 0; bool useImu = false; void getLidarDistance() {