Added LedDevice for "ws2812s" leds

To activate: use led device "ws2812s" in the hyperion configuration


Former-commit-id: 0b5ee38679fe353f43bb4a347882d056ca237128
This commit is contained in:
David Brodski
2014-09-16 00:17:23 +02:00
parent f12bffb44f
commit 042d4b6e91
4 changed files with 995 additions and 0 deletions

View File

@@ -68,6 +68,15 @@ if(ENABLE_SPIDEV)
)
endif(ENABLE_SPIDEV)
SET(Leddevice_HEADERS
${Leddevice_HEADERS}
${CURRENT_SOURCE_DIR}/LedDeviceWS2812s.h
)
SET(Leddevice_SOURCES
${Leddevice_SOURCES}
${CURRENT_SOURCE_DIR}/LedDeviceWS2812s.cpp
)
if(ENABLE_TINKERFORGE)
SET(Leddevice_HEADERS
${Leddevice_HEADERS}