2015-12-16 13:58:11 -08:00
|
|
|
// Include doxygen-generated documentation
|
|
|
|
|
%include "pyupm_doxy2swig.i"
|
2015-01-26 16:32:19 -07:00
|
|
|
%module pyupm_adxl335
|
|
|
|
|
%include "../upm.i"
|
2015-03-25 14:09:31 -04:00
|
|
|
%include "cpointer.i"
|
|
|
|
|
|
|
|
|
|
%pointer_functions(int, intPointer);
|
|
|
|
|
%pointer_functions(float, floatPointer);
|
2015-01-26 16:32:19 -07:00
|
|
|
|
|
|
|
|
%feature("autodoc", "3");
|
|
|
|
|
|
2016-04-25 14:27:51 -07:00
|
|
|
%include "adxl335.hpp"
|
2015-01-26 16:32:19 -07:00
|
|
|
%{
|
2016-04-25 14:27:51 -07:00
|
|
|
#include "adxl335.hpp"
|
2015-01-26 16:32:19 -07:00
|
|
|
%}
|