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:
- 14:0e6b26c1a7c5
- Parent:
- 12:946f56f78d2b
- Child:
- 17:e1a5d25218de
--- a/main.cpp Tue Apr 23 20:00:04 2019 +0000 +++ b/main.cpp Thu Apr 25 03:21:17 2019 +0000 @@ -13,7 +13,7 @@ int main() { delete []trajectory; DataDistributor dataDistributor; - RobotController robotController(p21, p15, p16, p22, p18, p19, p13, p14, p9, p10); + RobotController robotController(p21, p15, p16, p22, p18, p19, p13, p14, p26, p28, p27); while(1) { robotController.detectObstacles();