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: EthernetInterface LM75B mbed-rtos mbed
Diff: LcdControl.cpp
- Revision:
- 1:db9b9bec0133
- Parent:
- 0:29eeb74e55c6
- Child:
- 5:665ba017d54e
--- a/LcdControl.cpp Tue Mar 13 11:10:03 2018 +0000
+++ b/LcdControl.cpp Wed Mar 14 14:38:43 2018 +0000
@@ -40,9 +40,9 @@
scherm.locate(0,0);
}
-//Testmethoden
-void LcdControl::lcdTest(float temp)
+//Slave methode
+void LcdControl::lcdSlave(char* text)
{
- scherm.cls();
- scherm.printf("%f", temp);
+ lcdReset();
+ scherm.printf(text);
}
\ No newline at end of file