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: TemperatureController.h
- Revision:
- 66:133398875949
- Parent:
- 58:b5f0c0f305ff
--- a/TemperatureController.h Mon Jun 20 10:33:11 2016 +0000
+++ b/TemperatureController.h Mon Jun 20 10:53:46 2016 +0000
@@ -25,6 +25,8 @@
/** Returns "TemperatureController" */
virtual std::string getName();
+
+ virtual void setLed(bool);
private:
/**