lsm303agr: Initial implementation, C, FTI, C++ wraps C
Signed-off-by: Jon Trulson <jtrulson@ics.com>
This commit is contained in:
9
src/lsm303agr/CMakeLists.txt
Normal file
9
src/lsm303agr/CMakeLists.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
upm_mixed_module_init (NAME lsm303agr
|
||||
DESCRIPTION "3-Axis eCompass module"
|
||||
C_HDR lsm303agr.h lsm303agr_defs.h
|
||||
C_SRC lsm303agr.c
|
||||
CPP_HDR lsm303agr.hpp
|
||||
CPP_SRC lsm303agr.cxx
|
||||
FTI_SRC lsm303agr_fti.c
|
||||
CPP_WRAPS_C
|
||||
REQUIRES mraa)
|
||||
Reference in New Issue
Block a user