lsm6ds3h: Initial implementation; C; FTI: C++; C++ wraps C; examples
Signed-off-by: Jon Trulson <jtrulson@ics.com>
This commit is contained in:
10
src/lsm6ds3h/jsupm_lsm6ds3h.i
Normal file
10
src/lsm6ds3h/jsupm_lsm6ds3h.i
Normal file
@@ -0,0 +1,10 @@
|
||||
%module jsupm_lsm6ds3h
|
||||
%include "../upm.i"
|
||||
%include "../upm_vectortypes.i"
|
||||
|
||||
|
||||
%include "lsm6ds3h_defs.h"
|
||||
%include "lsm6ds3h.hpp"
|
||||
%{
|
||||
#include "lsm6ds3h.hpp"
|
||||
%}
|
||||
Reference in New Issue
Block a user