Light Show library for organic, calm, light display.

Dependencies:   BLE_API mbed nRF51822

Fork of mbed_blinky by Mbed

Revision:
26:8bc9984c4600
Parent:
25:d48f46d753fd
--- a/main.cpp	Mon Feb 01 01:02:46 2016 +0000
+++ b/main.cpp	Mon Feb 01 01:43:59 2016 +0000
@@ -17,7 +17,7 @@
 
 Serial pc(USBTX, USBRX); // tx, rx
 
-Rgb strip(RED_PIN, GREEN_PIN, BLUE_PIN, &pc);
+Rgb strip(RED_PIN, GREEN_PIN, BLUE_PIN);
 
 //UARTService *uartServicePtr;
 const static char     DEVICE_NAME[] = "Bathroom";