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

@@ -100,17 +100,6 @@ if(ENABLE_SPIDEV)
)
endif()
if(ENABLE_WS2812BPWM)
SET(Leddevice_HEADERS
${Leddevice_HEADERS}
${CURRENT_SOURCE_DIR}/LedDeviceWS2812b.h
)
SET(Leddevice_SOURCES
${Leddevice_SOURCES}
${CURRENT_SOURCE_DIR}/LedDeviceWS2812b.cpp
)
endif()
if(ENABLE_WS281XPWM)
include_directories(../../dependencies/external/rpi_ws281x)
SET(Leddevice_HEADERS