There is a single monolithic .i file which provides documentation for the python methods. The per-sensor flow is not used. Removing for now, may investigate implementing a per-sensor doc.i file again in the future. Signed-off-by: Noel Eck <noel.eck@intel.com>
12 lines
229 B
OpenEdge ABL
12 lines
229 B
OpenEdge ABL
// Include doxygen-generated documentation
|
|
%include "pyupm_doxy2swig.i"
|
|
%module pyupm_lsm6dsl
|
|
%include "../upm.i"
|
|
%include "../upm_vectortypes.i"
|
|
|
|
%include "lsm6dsl_defs.h"
|
|
%include "lsm6dsl.hpp"
|
|
%{
|
|
#include "lsm6dsl.hpp"
|
|
%}
|