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.
main.cpp
00001 #include "mbed.h" 00002 #include "Wifly.h" 00003 00004 Wifly * wifly; 00005 Serial pc(USBTX, USBRX); 00006 00007 int main() 00008 { 00009 wifly = new Wifly(p9, p10, p20, "network", "password", true); 00010 00011 if(wifly->Join()) 00012 pc.printf("network joined!\r\n"); 00013 else 00014 pc.printf("join failed!\r\n"); 00015 00016 }
Generated on Sat Jul 16 2022 19:13:43 by
1.7.2