Remove old LedDeviceWS2812b PWM device which wont work on RPi >= 2 (#288)

This commit is contained in:
penfold42
2016-11-19 04:39:08 +11:00
committed by brindosch
parent 39593c508a
commit 4972bc086a
6 changed files with 0 additions and 1118 deletions

View File

@@ -49,10 +49,6 @@
#include "LedDeviceAtmoOrb.h"
#include "LedDeviceUdpH801.h"
#ifdef ENABLE_WS2812BPWM
#include "LedDeviceWS2812b.h"
#endif
#ifdef ENABLE_WS281XPWM
#include "LedDeviceWS281x.h"
#endif
@@ -91,9 +87,6 @@ LedDevice * LedDeviceFactory::construct(const QJsonObject & deviceConfig, const
#endif
// pwm devices
#ifdef ENABLE_WS2812BPWM
REGISTER(WS2812b);
#endif
#ifdef ENABLE_WS281XPWM
REGISTER(WS281x);
#endif