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.
WIFIStatusCode.h
00001 #ifndef SmartLab_MuRata_Type_WIFIStatusCode 00002 #define SmartLab_MuRata_Type_WIFIStatusCode 00003 00004 namespace SmartLabMuRata 00005 { 00006 enum WIFIStatusCode { 00007 WIFI_OFF = 0x00, 00008 NO_NETWORK = 0x01, 00009 STA_JOINED = 0x02, 00010 AP_STARTED = 0x03, 00011 }; 00012 } 00013 00014 #endif
Generated on Fri Jul 15 2022 01:02:11 by
 1.7.2
 1.7.2