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.
Diff: EDUVANCE_WIFI_SHIELD.h
- Revision:
- 3:a0b26799134f
- Parent:
- 1:52cad7057640
diff -r d5c9337fdce1 -r a0b26799134f EDUVANCE_WIFI_SHIELD.h --- a/EDUVANCE_WIFI_SHIELD.h Sat May 28 15:46:20 2016 +0000 +++ b/EDUVANCE_WIFI_SHIELD.h Sun May 29 22:16:29 2016 +0000 @@ -16,7 +16,8 @@ void sendpage_register(void); void SendWEB(void); void sendcheck(void); -void StationConfig(void); +void StationConfig_SSID_NEED(void); +void StationConfig_NO_SSID_NEED(void); void ApConfig(void); void newcre(char webstring[]); void ATcheck(void); @@ -33,6 +34,10 @@ void setbaudrate(int baud_f); void request_fetch_station(void); void request_fetch_ap(void); - +void verifyssid(void); +void disp_ssid(void); +void data_sep_ssid(char replyback[],char ch); void closeserver_AT(void); +char* ltrim(char *string, char junk); +char* rtrim(char* string, char junk); #endif \ No newline at end of file