DigiPixel_CheerLights_SerialIn by claudiuo

Cloned from Sketch DigiPixel_ScrollingText by claudiuo

This sketch is missing a short description
Cheerlights sketch using DigiPixel instead of a simple RGB LED. The color is received via serial in - any app able to send data to a serial port can be used but in this case, data comes from a Raspberry Pi using node-red to read Twitter data directly. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Digipixel library is not in codebender so this sketch contains not only the ino file but also DigiPixel.cpp and DigiPixel.h library files. The only modification needed in the sketch is #include "DigiPixel.h" instead of #include <DigiPixel.h>

Embed This Sketch

Use the following HTML code to embed the sketch code above in your blog or website.

<iframe style="height: 510px; width: 100%; margin: 10px 0 10px;" allowTransparency="true" src="https://codebender.cc/embed/sketch:69793" frameborder="0"></iframe>

Embed The Serial Monitor

You can also embed the Serial Monitor section! Just use this HTML code.

<iframe style="height: 510px; width: 100%; margin: 10px 0 10px;" allowTransparency="true" src="https://codebender.cc/embed/serialmonitor" frameborder="0"></iframe>