Backing up an unused program in case of future need

Dependencies:   mbed

Committer:
andrewboyson
Date:
Thu Dec 06 11:40:19 2018 +0000
Revision:
8:45a0205a298f
Parent:
0:09f915e6f9f6
Backing up

Who changed what in which revision?

UserRevisionLine numberNew contents of line
andrewboyson 0:09f915e6f9f6 1 #define WIFI_STOPPED 0
andrewboyson 0:09f915e6f9f6 2 #define WIFI_READY 2
andrewboyson 0:09f915e6f9f6 3 #define WIFI_CONNECTED 3
andrewboyson 0:09f915e6f9f6 4 #define WIFI_GOT_IP 4
andrewboyson 0:09f915e6f9f6 5 extern int WifiStatus;
andrewboyson 0:09f915e6f9f6 6 extern int WifiStarted(void);
andrewboyson 0:09f915e6f9f6 7 extern int WifiMain(void);