Driver for the GE Color Effects LED lights. Currently it is blocking, but it could be made to be nonblocking.

Dependents:   GEColorEffects_Example GEColorEffects_Example

This library's code is based on Clark Jarvis's program here: http://developer.mbed.org/users/clarkjarvis/code/FRDM_GE_ColorEffects/

Revision:
1:e56bc0a8c273
Parent:
0:3f51641c4e69
--- a/GEColorEffects.h	Mon Feb 16 20:27:53 2015 +0000
+++ b/GEColorEffects.h	Wed Jul 15 20:04:49 2015 +0000
@@ -7,6 +7,7 @@
     
 public:
     GEColorEffects(PinName pin, int size);
+    void setBrightness(unsigned char brightness);
     void write(int buf[], bool eightBit);
 
 private: