Hello World with a wifly module (RN 131 C/G - RN-XV)

Dependencies:   mbed WiflyInterface

Files at this revision

API Documentation at this revision

Comitter:
samux
Date:
Mon Jan 30 10:54:57 2012 +0000
Parent:
1:49e1e9ed6e39
Child:
3:3b84102f022e
Commit message:

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Mon Jan 30 10:54:25 2012 +0000
+++ b/main.cpp	Mon Jan 30 10:54:57 2012 +0000
@@ -10,7 +10,7 @@
 *     - "password" is the password
 *     - true means that the security of the network is WPA
 */
-Wifly wifly(p9, p10, p21, "mbed", "mbedapm2011", true);
+Wifly wifly(p9, p10, p21, "mbed", "password", true);
 
 
 int main() {