Removed old interfaces C++ examples. Signed-off-by: Serban Waltter <serban.waltter@rinftech.com> Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
7 lines
218 B
CMake
7 lines
218 B
CMake
set (libname "max44009")
|
|
set (libdescription "I2C Low-power Digital Ambient Light Sensor")
|
|
set (module_src ${libname}.cxx)
|
|
set (module_hpp ${libname}.hpp)
|
|
set (module_iface iLight.hpp)
|
|
upm_module_init(mraa interfaces)
|