Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: 4DGL-uLCD-SE NTPClient WiflyInterface mbed
Fork of Wifly_HelloWorld by
Revision 0:90ba0f51aa64, committed 2011-11-06
- Comitter:
- samux
- Date:
- Sun Nov 06 11:59:55 2011 +0000
- Child:
- 1:49e1e9ed6e39
- Commit message:
Changed in this revision
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Wifly.lib Sun Nov 06 11:59:55 2011 +0000 @@ -0,0 +1,1 @@ +http://mbed.org/users/samux/code/Wifly/#92ee976db7b9
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp Sun Nov 06 11:59:55 2011 +0000
@@ -0,0 +1,13 @@
+#include "mbed.h"
+#include "Wifly.h"
+
+ Wifly wifly(p9, p10, p20, "network", "password", true);
+ Serial pc(USBTX, USBRX);
+
+ int main()
+ {
+ if(wifly.join())
+ pc.printf("network joined!\r\n");
+ else
+ pc.printf("join failed!\r\n");
+ }
\ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed.bld Sun Nov 06 11:59:55 2011 +0000 @@ -0,0 +1,1 @@ +http://mbed.org/users/mbed_official/code/mbed/builds/63bcd7ba4912
