Added support for sk6812RGBW leds (ab)using the SPI interface. (#61)

right now it only uses RGB - white is set to zero
This commit is contained in:
penfold42
2016-06-28 06:43:35 +10:00
committed by brindosch
parent 2fff9ae4fc
commit 96037da1cf
5 changed files with 123 additions and 4 deletions

View File

@@ -21,10 +21,6 @@ public:
LedDeviceWs2812SPI(const std::string& outputDevice,
const unsigned baudrate);
LedDeviceWs2812SPI(const std::string& outputDevice,
const unsigned baudrate,
const unsigned latchTime);
///
/// Writes the led color values to the led-device
///