##KY-016 RGB 5mm LED / KY-009 RGB LED SMD
Example code here
Based on the raspberry code of sensorkit.joy-it.net
##Linker-Kit RGB Led
- RGB
- 8mm
- Chipset WS2812
- Working voltage: 3 V ~ 5 V
Connect the RGB led on pin 12:
Then:
git clone https://github.com/jgarff/rpi_ws281x.git
cd rpi_ws281x.git
sudo apt-get install scons swig
sudo scons
cd python
sudo python ez_setup.py
sudo python setup.py install
cd examples
python strandtest.py