Added test script for non inverted ws2812b

Former-commit-id: 2de5308a8caedfd979c1afbeaca4934d0b578777
This commit is contained in:
T. van der Zwan
2014-01-10 15:49:03 +00:00
parent 4e95916cb1
commit 78209f3b92
2 changed files with 141 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
# Needed for testing non-public components
# Needed for testing non-public components
include_directories(../libsrc)
if(ENABLE_SPIDEV)
@@ -65,4 +65,6 @@ target_link_libraries(test_rs232highspeed
if(NOT APPLE AND UNIX)
include_directories(/usr/include)
add_executable(test_uartHighSpeed TestUartHighSpeed.cpp)
add_executable(test_nonInvWs2812b TestNonInvWs2812b.cpp)
endif()