cc3000 hello world demo

Dependencies:   NVIC_set_all_priorities cc3000_hostdriver_mbedsocket mbed-src mbed-rtos

Fork of cc3000_hello_world_demo by Martin Kojtal

Revision:
8:71a0638eaa90
Parent:
5:042a68764bce
--- a/main.h	Thu Oct 16 13:06:28 2014 +0000
+++ b/main.h	Thu Oct 16 13:22:12 2014 +0000
@@ -19,9 +19,10 @@
 #define WIGO               1
 #define WIFI_DIPCORTEX     2
 #define MBED_BOARD_EXAMPLE 3
-#define UNDEFINED          4
+#define SPARK_FUN          4
+#define UNDEFINED          5
 
-#define MY_BOARD WIGO
+#define MY_BOARD SPARK_FUN
 
 void init();