mirror of
https://github.com/eclipse/upm.git
synced 2025-03-25 09:49:59 +03:00

This code is based off ofthe my9221 driver. This modification was done by Jun Kato, but abandoned. This driver will not work correctly on Galileo. Signed-off-by: Jon Trulson <jtrulson@ics.com> Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
6 lines
157 B
CMake
6 lines
157 B
CMake
set (libname "grovecircularled")
|
|
set (libdescription "upm grove circular led")
|
|
set (module_src ${libname}.cxx)
|
|
set (module_h ${libname}.h)
|
|
upm_module_init()
|