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: BufferedSerial C12832 EthernetInterface HTTPClient-SSL LM75B MMA7660 SocketIO-k64f WebSocketClient-ThermostatDemo mbed-rtos mbed picojson
Fork of df-2014-heroku-thermostat-k64f by
Diff: Thermostat.h
- Revision:
- 1:3faa003ad6e6
- Parent:
- 0:26c48388f725
- Child:
- 6:74c1e9c8c90e
--- a/Thermostat.h Tue Nov 05 21:31:01 2013 +0000 +++ b/Thermostat.h Tue Nov 05 22:10:30 2013 +0000 @@ -84,6 +84,7 @@ void logMessage(bool do_lcd); void display(const char *format, ...); void display_lcd(const char *format, ...); + void displayTextMessage(const char *format, ...); // Stubs void updateCoordinates();