mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Added test script for non inverted ws2812b
Former-commit-id: 2de5308a8caedfd979c1afbeaca4934d0b578777
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user