Workshop example

Dependencies:   X_NUCLEO_COMMON ST_INTERFACES

Files at this revision

API Documentation at this revision

Comitter:
screamer
Date:
Sun Dec 16 13:55:06 2018 +0000
Parent:
19:503bae65b9bd
Child:
21:26beefd01ce7
Commit message:
Inline documentation for main app

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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