mirror of
https://github.com/eclipse/upm.git
synced 2025-07-27 22:21:16 +03:00
lsm303agr: Initial implementation, C, FTI, C++ wraps C
Signed-off-by: Jon Trulson <jtrulson@ics.com>
This commit is contained in:
17
src/lsm303agr/pyupm_lsm303agr.i
Normal file
17
src/lsm303agr/pyupm_lsm303agr.i
Normal file
@ -0,0 +1,17 @@
|
||||
// Include doxygen-generated documentation
|
||||
%include "pyupm_doxy2swig.i"
|
||||
%module pyupm_lsm303agr
|
||||
%include "../upm.i"
|
||||
%include "../upm_vectortypes.i"
|
||||
|
||||
%feature("autodoc", "3");
|
||||
|
||||
#ifdef DOXYGEN
|
||||
%include "lsm303agr_doc.i"
|
||||
#endif
|
||||
|
||||
%include "lsm303agr_defs.h"
|
||||
%include "lsm303agr.hpp"
|
||||
%{
|
||||
#include "lsm303agr.hpp"
|
||||
%}
|
Reference in New Issue
Block a user