mirror of
https://github.com/eclipse/upm.git
synced 2025-07-05 11:21:12 +03:00
ms5803: initial implementation; C, C++; FTI + examples
Signed-off-by: Jon Trulson <jtrulson@ics.com>
This commit is contained in:
9
src/ms5803/CMakeLists.txt
Normal file
9
src/ms5803/CMakeLists.txt
Normal file
@ -0,0 +1,9 @@
|
||||
upm_mixed_module_init (NAME ms5803
|
||||
DESCRIPTION "MS5803 Pressure and temperature sensor"
|
||||
C_HDR ms5803.h ms5803_defs.h
|
||||
C_SRC ms5803.c
|
||||
CPP_HDR ms5803.hpp
|
||||
CPP_SRC ms5803.cxx
|
||||
FTI_SRC ms5803_fti.c
|
||||
CPP_WRAPS_C
|
||||
REQUIRES mraa)
|
Reference in New Issue
Block a user