Sparkfun CC3000 WiFi Shield meets mbed. Supports the following boards: (1)FRDM-KL25Z (KL25Z) (2)ST Nucleo F401RE (STM32F401) (3)ST Nucleo F030R8 (STM32F030) (4)LPCXpresso1549 (LPC1549) (5)Seeduino-Arch-Pro (ARCH_PRO)

Dependencies:   cc3000_hostdriver_mbedsocket mbed

Fork of cc3000_hello_world_demo by Martin Kojtal

Files at this revision

API Documentation at this revision

Comitter:
Kojto
Date:
Wed Oct 09 19:46:33 2013 +0000
Parent:
2:acdb9b05b103
Child:
4:2304a105c87f
Commit message:
smart config define not available for this demo, host driver update rev 36

Changed in this revision

cc3000_hostdriver_mbedsocket.lib Show annotated file Show diff for this revision Revisions of this file
main.h Show annotated file Show diff for this revision Revisions of this file
--- a/cc3000_hostdriver_mbedsocket.lib	Tue Oct 08 14:48:21 2013 +0000
+++ b/cc3000_hostdriver_mbedsocket.lib	Wed Oct 09 19:46:33 2013 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/Kojto/code/cc3000_hostdriver_mbedsocket/#9dd909fb7caf
+http://mbed.org/users/Kojto/code/cc3000_hostdriver_mbedsocket/#1f70a62a160e
--- a/main.h	Tue Oct 08 14:48:21 2013 +0000
+++ b/main.h	Wed Oct 09 19:46:33 2013 +0000
@@ -28,9 +28,6 @@
 #define WPA  2
 #define WPA2 3
 
-// use smart config
-#define USE_SMART_CONFIG 0
-
  // Default SSID Settings
 #define AP_KEY       "test"
 #define AP_SECURITY  WPA2            // WPA2 must be enabled for use with iPhone or Android phone hotspot!