Simple app demonstrating network join feature of WiConnect Host Library.

Dependencies:   WiConnect mbed

Files at this revision

API Documentation at this revision

Comitter:
dan_ackme
Date:
Mon Aug 25 18:59:42 2014 +0000
Parent:
5:84c69c7f4085
Child:
7:281f96064763
Commit message:
print IP after completion

Changed in this revision

example.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/example.cpp	Sat Aug 23 13:00:55 2014 +0000
+++ b/example.cpp	Mon Aug 25 18:59:42 2014 +0000
@@ -109,6 +109,7 @@
     // STEP 4: Done!
     //-------------------------------------------------------------------------
 
+    printf("IP Address: %s\r\n", wiconnect.getIpAddress());
     printf("Network join example has completed!\r\n");
 
     for(;;); // infinite loop