Color pixels library using WS2812B and nRF51822

Dependents:   BLE_Color_Pixels Grove_Node BLE_HeartRate

Color pixels library using WS2812B and nRF51822 (16Hz)

http://www.seeedstudio.com/depot/bmz_cache/4/4f346dc15724a7b5a5c1383253aeefc9.image.530x397.jpg

It's for

Revision:
3:91af7b451005
Parent:
2:5c805323a2c0
--- a/color_pixels.h	Tue Oct 28 11:03:20 2014 +0800
+++ b/color_pixels.h	Thu Nov 06 02:19:42 2014 +0000
@@ -80,6 +80,8 @@
 
     void set_color(uint16_t index, uint32_t rgb);
     
+    void set_all_color(uint8_t r, uint8_t g, uint8_t b);
+    
     void rainbow(uint8_t r, uint8_t g, uint8_t b);
 
     void rainbow(uint32_t rgb = 0x0000FF);