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: main.cpp
- Revision:
- 8:556a5738c2fa
- Parent:
- 6:4f13276fd1e2
--- a/main.cpp Mon Mar 19 00:58:20 2018 +0000 +++ b/main.cpp Fri Mar 23 11:06:09 2018 +0000 @@ -11,8 +11,12 @@ Slave slave; int main() { + printf("Use the joystick (up/down) to choose the mbed ID\n\r"); + printf("Push the joystick to confirm the ID\n\r"); ID = setup.chooseID(); + printf("Your mbed has the id %d \n\r", ID); IP = setup.convertToIP(ID); + printf("Follow the instructions on the lcd screen of the mbed to choose it's mode\n\r\n"); if(setup.chooseMode() == 0) { slave.slaveRun(IP, ID);