upm/src/hlg150h/CMakeLists.txt
Serban Waltter 5f9bebad14 Removed old interfaces and replaced them with the new ones.
Signed-off-by: Serban Waltter <serban.waltter@rinftech.com>
2018-10-11 17:55:25 +03:00

6 lines
189 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)