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: Controller.h
- 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;
/**