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: Setup.cpp
- Revision:
- 8:556a5738c2fa
- Parent:
- 6:4f13276fd1e2
diff -r 2de256f902c8 -r 556a5738c2fa Setup.cpp --- a/Setup.cpp Mon Mar 19 00:58:20 2018 +0000 +++ b/Setup.cpp Fri Mar 23 11:06:09 2018 +0000 @@ -67,6 +67,8 @@ } } } + lcd.lcdReset(); + lcd.printMasterSlave(mode); return mode; }