Backing up an unused program in case of future need

Dependencies:   mbed

Committer:
andrewboyson
Date:
Wed Apr 13 09:21:02 2016 +0000
Revision:
0:09f915e6f9f6
Fixed memory allocation issues and added enumeration to log.

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);