Saltware / Mbed 2 deprecated Water Play

Dependencies:   mbed DRV88255 TextLCD Ping mbed-rtos

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();