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

@@ -112,9 +112,6 @@ message(STATUS "ENABLE_TINKERFORGE = " ${ENABLE_TINKERFORGE})
option(ENABLE_V4L2 "Enable the V4L2 grabber" ${DEFAULT_V4L2})
message(STATUS "ENABLE_V4L2 = " ${ENABLE_V4L2})
option(ENABLE_WS2812BPWM "Enable the WS2812b-PWM device" ${DEFAULT_WS2812BPWM} )
message(STATUS "ENABLE_WS2812BPWM = " ${ENABLE_WS2812BPWM})
option(ENABLE_WS281XPWM "Enable the WS281x-PWM device" ${DEFAULT_WS281XPWM} )
message(STATUS "ENABLE_WS281XPWM = " ${ENABLE_WS281XPWM})