mirror of
https://github.com/eclipse/upm.git
synced 2025-03-23 08:57:30 +03:00
9 lines
300 B
CMake
9 lines
300 B
CMake
upm_mixed_module_init (NAME my9221
|
|
DESCRIPTION "12-channel constant current LED driver with grayscale"
|
|
C_HDR my9221.h
|
|
C_SRC my9221.c
|
|
CPP_HDR my9221.hpp groveledbar.hpp grovecircularled.hpp
|
|
CPP_SRC my9221.cxx groveledbar.cxx grovecircularled.cxx
|
|
CPP_WRAPS_C
|
|
REQUIRES mraa)
|