mirror of
https://github.com/eclipse/upm.git
synced 2025-07-02 09:51:14 +03:00
my9221: C implementation; C example; C++ wraps C
Signed-off-by: Jon Trulson <jtrulson@ics.com>
This commit is contained in:
@ -1,5 +1,8 @@
|
||||
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()
|
||||
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)
|
||||
|
Reference in New Issue
Block a user