upm/src/ms5803/CMakeLists.txt
Serban Waltter 2f0ae1cc49 Added bindings for iMotion and iPressure sensors.
Signed-off-by: Serban Waltter <serban.waltter@rinftech.com>
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
2019-04-04 22:13:06 -07:00

11 lines
315 B
CMake

upm_mixed_module_init (NAME ms5803
DESCRIPTION "I2C Barometric Pressure and Temperature Sensor"
C_HDR ms5803.h ms5803_defs.h
C_SRC ms5803.c
CPP_HDR ms5803.hpp
CPP_SRC ms5803.cxx
IFACE_HDR iPressure.hpp iTemperature.hpp
FTI_SRC ms5803_fti.c
CPP_WRAPS_C
REQUIRES mraa utilities-c)