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 DRV88255 TextLCD Ping mbed-rtos
Diff: main.cpp
- Revision:
- 34:e2d7865063da
- Parent:
- 28:f4a4ee58d57e
- Child:
- 35:c9261391a995
--- a/main.cpp Tue Jun 14 11:14:04 2016 +0000 +++ b/main.cpp Tue Jun 14 11:17:06 2016 +0000 @@ -3,7 +3,6 @@ #include "SalinityController.h" #include "TemperatureController.h" -#include "MotorController.h" #include "LCDController.h" #include "ProximityController.h" #include "AlarmController.h" @@ -63,8 +62,6 @@ // ----------------------------------------------------------------------------- - MotorController motor; - // Only the main thread calls the LCDController, it doesn't matter if there is a small delay LCDController lcd; lcd.splash();