mma7660: C implementation; FTI; C++ wraps C
Signed-off-by: Jon Trulson <jtrulson@ics.com>
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
set (libname "mma7660")
|
||||
set (libdescription "I2C 3-axis digital accelermeter (1.5g)")
|
||||
set (module_src ${libname}.cxx)
|
||||
set (module_hpp ${libname}.hpp)
|
||||
upm_module_init()
|
||||
upm_mixed_module_init (NAME mma7660
|
||||
DESCRIPTION "I2C 3-axis Digital Accelerometer (1.5g)"
|
||||
C_HDR mma7660.h mma7660_regs.h
|
||||
C_SRC mma7660.c
|
||||
CPP_HDR mma7660.hpp
|
||||
CPP_SRC mma7660.cxx
|
||||
FTI_SRC mma7660_fti.c
|
||||
CPP_WRAPS_C
|
||||
REQUIRES mraa)
|
||||
|
||||
Reference in New Issue
Block a user