Saltware / Mbed 2 deprecated Water Play

Dependencies:   mbed DRV88255 TextLCD Ping mbed-rtos

Revision:
53:4e3ee54157ad
Parent:
39:cb67926712d4
Child:
57:8dc3192ff150
--- a/Controller.h	Fri Jun 17 11:38:26 2016 +0000
+++ b/Controller.h	Fri Jun 17 12:03:48 2016 +0000
@@ -55,6 +55,9 @@
         osPriority get_priority();
         
     protected:
+        /**
+         * Updates the Controller. This is called once every \a interval_ms if \a threaded is set to \a true.
+        */    
         virtual void update() = 0;
         
         /**