Backing up an unused program in case of future need

Dependencies:   mbed

wifi.h

Committer:
andrewboyson
Date:
2018-12-06
Revision:
8:45a0205a298f
Parent:
0:09f915e6f9f6

File content as of revision 8:45a0205a298f:

#define WIFI_STOPPED    0
#define WIFI_READY      2
#define WIFI_CONNECTED  3
#define WIFI_GOT_IP     4
extern int WifiStatus;
extern int WifiStarted(void);
extern int WifiMain(void);