bma250e: split into new library, C port, FTI, C++ wraps C

Signed-off-by: Jon Trulson <jtrulson@ics.com>
This commit is contained in:
Jon Trulson
2017-03-24 17:04:48 -06:00
parent 3c5a5b87c8
commit 5aed632782
16 changed files with 3769 additions and 27 deletions

View 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)