LeeT WiFiLamp code and test

Dependencies:   ESP8266_WebServer mbed

Fork of WiFiLamp by Sebastian Schocke

Revision:
8:f819de1946a7
Parent:
7:f15c81074400
Child:
9:319aeb6e0123
--- a/main.cpp	Thu Dec 18 16:06:10 2014 +0000
+++ b/main.cpp	Fri Dec 19 09:08:56 2014 +0000
@@ -4,9 +4,9 @@
 #include <string>
 #define DEBUG_WIFI
 
-PololuLedStrip ledStrip(PA_7);
+PololuLedStrip ledStrip(D11);
 
-#define LED_COUNT 4
+#define LED_COUNT 8
 rgb_color colors[LED_COUNT];
 
 DigitalOut wifiCHPD(D4);