Removed 'upm' string, capitalized first character, added descriptions where necessary. Signed-off-by: Noel Eck <noel.eck@intel.com>
6 lines
144 B
CMake
6 lines
144 B
CMake
set (libname "htu21d")
|
|
set (libdescription "Humidity Sensor")
|
|
set (module_src ${libname}.cpp)
|
|
set (module_hpp ${libname}.hpp)
|
|
upm_module_init()
|