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:
- 1:52cad7057640
- Parent:
- 0:c359fee24b6c
- Child:
- 3:a0b26799134f
--- a/EDUVANCE_WIFI_SHIELD.h Sat May 28 13:59:48 2016 +0000 +++ b/EDUVANCE_WIFI_SHIELD.h Sat May 28 15:18:17 2016 +0000 @@ -1,6 +1,8 @@ #ifndef EDUVANCE_WIFI_SHIELD_H #define EDUVANCE_WIFI_SHIELD_H #include<mbed.h> + +extern int modeselector; extern Serial pc; extern Serial esp; char* getname(char *strd,const char s[2],int part); @@ -31,4 +33,6 @@ void setbaudrate(int baud_f); void request_fetch_station(void); void request_fetch_ap(void); + +void closeserver_AT(void); #endif \ No newline at end of file