mirror of
https://github.com/eclipse/upm.git
synced 2025-03-20 23:47:31 +03:00

This commit touches a subset of UPM sensors which contain C source. Cleaned up the CMakeLists.txt DESCRIPTION field to better represent the library. Signed-off-by: Noel Eck <noel.eck@intel.com>
10 lines
223 B
CMake
10 lines
223 B
CMake
upm_mixed_module_init (NAME sht1x
|
|
DESCRIPTION "Temperature and humidity sensor"
|
|
C_HDR sht1x.h
|
|
C_SRC sht1x.c
|
|
CPP_HDR sht1x.hpp
|
|
CPP_SRC sht1x.cxx
|
|
FTI_SRC sht1x_fti.c
|
|
CPP_WRAPS_C
|
|
REQUIRES mraa)
|