Updated and addition of more tests for ws2812b control

Former-commit-id: 57078dac71173b2cb203f644e4158e179161bf17
This commit is contained in:
T. van der Zwan
2014-01-18 22:22:10 +00:00
parent 78209f3b92
commit d2665aebd4
4 changed files with 269 additions and 10 deletions

View File

@@ -66,5 +66,6 @@ if(NOT APPLE AND UNIX)
include_directories(/usr/include)
add_executable(test_uartHighSpeed TestUartHighSpeed.cpp)
add_executable(test_nonInvWs2812b TestNonInvWs2812b.cpp)
add_executable(test_nonUniformWs2812b TestNonUniformWs2812b.cpp)
add_executable(test_nonInvWs2812b TestNonInvWs2812b.cpp)
endif()