upm/src/my9221/CMakeLists.txt

6 lines
266 B
CMake
Raw Normal View History

set (libname "my9221")
set (libdescription "12-channel (RBG x 4) constant current LED driver with grayscale")
set (module_src ${libname}.cxx groveledbar.cxx grovecircularled.cxx)
set (module_hpp ${libname}.hpp groveledbar.hpp grovecircularled.hpp)
upm_module_init()