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.
Dependencies: cc3000_hostdriver_mbedsocket mbed
Fork of cc3000_hello_world_demo by
Diff: main.h
- Revision:
- 9:053a5e3e4c06
- Parent:
- 7:a4e91e42f008
diff -r f784df013169 -r 053a5e3e4c06 main.h --- a/main.h Tue Oct 14 15:27:59 2014 +0000 +++ b/main.h Tue Oct 14 22:48:10 2014 +0000 @@ -21,8 +21,9 @@ #define MBED_BOARD_EXAMPLE 3 #define UNDEFINED 4 #define SPARKFUN_WIFI_SHIELD 5 +#define ADAFRUIT_WIFI_SHIELD 6 -#define MY_BOARD SPARKFUN_WIFI_SHIELD +#define MY_BOARD ADAFRUIT_WIFI_SHIELD void init();
