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.
EDUVANCE_WIFI_SHIELD.h
- Committer:
- gauresh2798
- Date:
- 2016-05-28
- Revision:
- 0:c359fee24b6c
- Child:
- 1:52cad7057640
File content as of revision 0:c359fee24b6c:
#ifndef EDUVANCE_WIFI_SHIELD_H #define EDUVANCE_WIFI_SHIELD_H #include<mbed.h> extern Serial pc; extern Serial esp; char* getname(char *strd,const char s[2],int part); void callback(void); void SendCMD(void); void getreply(void); void ReadWebData(void); void ReadWebData_register(void); int startserver(void); void sendpage(void); void sendpage_register(void); void SendWEB(void); void sendcheck(void); void StationConfig(void); void ApConfig(void); void newcre(char webstring[]); void ATcheck(void); void ATReset(void); void ListAccessPts(void); void StationModeSet(void); void ApModeSet(void); void ConnectWifiServer(void); void Commtype(void); void StartServer_AT(void); void getIP(void); void finishup(void); void get_ssid_pass(char *ssid_f,char *pass_f,int port_f); void setbaudrate(int baud_f); void request_fetch_station(void); void request_fetch_ap(void); #endif