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:
- 6:4f13276fd1e2
- Parent:
- 5:665ba017d54e
- Child:
- 8:556a5738c2fa
--- a/Setup.cpp Sun Mar 18 13:29:52 2018 +0000 +++ b/Setup.cpp Sun Mar 18 15:57:55 2018 +0000 @@ -1,9 +1,7 @@ #include "setup.h" -#include "lcdcontrol.h" BusIn joy(p15,p12,p13,p16); DigitalIn fire(p14); - LcdControl lcd; Setup::Setup() @@ -60,7 +58,8 @@ lcd.printMasterSlave(mode); } } - else if(joy.read() == 4) { + else + if(joy.read() == 4) { if(mode == 0){ mode=1; lcd.printMode();