Simple demo for UC Berkeley EECS 149/249. The KL25Z connects to internet through the CC3000 breakout board and requests a text file, changing color of the onboard LEDs based on the read content

Dependencies:   HTTPClient cc3000_hostdriver_mbedsocket mbed

Fork of cc3000_http_client_demo by Martin Kojtal

Revision:
7:47cd0d3d5e4d
Parent:
4:b61a6b6190be
Child:
10:1804a9dbaee0
--- a/main.h	Tue Jun 03 09:32:29 2014 +0000
+++ b/main.h	Fri Oct 10 23:38:09 2014 +0000
@@ -21,7 +21,7 @@
 #define MBED_BOARD_EXAMPLE 3
 #define UNDEFINED          4
 
-#define MY_BOARD WIGO
+#define MY_BOARD UNDEFINED
 
 void init();