bma250e: split into new library, C port, FTI, C++ wraps C
Signed-off-by: Jon Trulson <jtrulson@ics.com>
This commit is contained in:
9
src/bma250e/CMakeLists.txt
Normal file
9
src/bma250e/CMakeLists.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
upm_mixed_module_init (NAME bma250e
|
||||
DESCRIPTION "3-Axis Digital Accelerometer"
|
||||
C_HDR bma250e.h bma250e_defs.h
|
||||
C_SRC bma250e.c
|
||||
CPP_HDR bma250e.hpp
|
||||
CPP_SRC bma250e.cxx
|
||||
FTI_SRC bma250e_fti.c
|
||||
CPP_WRAPS_C
|
||||
REQUIRES mraa)
|
||||
Reference in New Issue
Block a user