mirror of
https://github.com/eclipse/upm.git
synced 2025-03-23 08:57:30 +03:00

Adding base classes for UPM sensors and actuators. Signed-off-by: Noel Eck <noel.eck@intel.com>
6 lines
194 B
CMake
6 lines
194 B
CMake
set (libname "hlg150h")
|
|
set (libdescription "150W Constant Voltage/current LED Driver")
|
|
set (module_src ${libname}.cxx mraa-utils.cxx)
|
|
set (module_hpp ${libname}.hpp)
|
|
upm_module_init(mraa core)
|