Workshop example

Dependencies:   X_NUCLEO_COMMON ST_INTERFACES

Revision:
20:a9aab92d378b
Parent:
17:fc98adcf835a
Child:
28:0e774865873d
--- a/main.cpp	Sun Dec 16 13:54:34 2018 +0000
+++ b/main.cpp	Sun Dec 16 13:55:06 2018 +0000
@@ -40,7 +40,7 @@
 // This is great because things such as network operations are illegal in ISR, so updating a resource in a button's fall() function is not allowed
 EventQueue eventQueue;
 
-// Default network interface object
+// Default network interface object. Don't forget to change the WiFi SSID/password in mbed_app.json if you're using WiFi.
 NetworkInterface *net;
 
 // Default block device