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: NVIC_set_all_priorities cc3000_hostdriver_mbedsocket mbed-src mbed-rtos
Fork of cc3000_hello_world_demo by
Diff: main.cpp
- Revision:
- 8:71a0638eaa90
- Parent:
- 4:2304a105c87f
diff -r cec88be19c15 -r 71a0638eaa90 main.cpp --- a/main.cpp Thu Oct 16 13:06:28 2014 +0000 +++ b/main.cpp Thu Oct 16 13:22:12 2014 +0000 @@ -29,6 +29,9 @@ #elif (MY_BOARD == MBED_BOARD_EXAMPLE) cc3000 wifi(p9, p10, p8, SPI(p5, p6, p7), "ssid", "key", WPA2, false); Serial pc(USBTX, USBRX); +#elif (MY_BOARD == SPARK_FUN) +cc3000 wifi(PA_10, PA_8, PB_6, SPI(PA_7, PA_6, PA_5), "ssid", "key", WPA2, false); +Serial pc(USBTX, USBRX); #else #endif