Robin Mechele / Mbed 2 deprecated Project_mbed

Dependencies:   EthernetInterface LM75B mbed-rtos mbed

Revision:
8:556a5738c2fa
Parent:
6:4f13276fd1e2
diff -r 2de256f902c8 -r 556a5738c2fa main.cpp
--- 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);