mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +03:00

This driver has been rewritten from scratch. See docs/apichanges.md for a list of API compatibility changes compared to the original driver. Signed-off-by: Jon Trulson <jtrulson@ics.com>
11 lines
291 B
CMake
11 lines
291 B
CMake
upm_mixed_module_init (NAME bmpx8x
|
|
DESCRIPTION "Pressure and temperature sensor"
|
|
C_HDR bmpx8x.h bmpx8x_defs.h
|
|
C_SRC bmpx8x.c
|
|
CPP_HDR bmpx8x.hpp
|
|
CPP_SRC bmpx8x.cxx
|
|
FTI_SRC bmpx8x_fti.c
|
|
CPP_WRAPS_C
|
|
REQUIRES mraa interfaces)
|
|
target_link_libraries(${libnamec} m)
|