summaryrefslogtreecommitdiff
path: root/peripheral/libupm/src/adxl345/pyupm_adxl345.i
diff options
context:
space:
mode:
Diffstat (limited to 'peripheral/libupm/src/adxl345/pyupm_adxl345.i')
-rw-r--r--peripheral/libupm/src/adxl345/pyupm_adxl345.i25
1 files changed, 0 insertions, 25 deletions
diff --git a/peripheral/libupm/src/adxl345/pyupm_adxl345.i b/peripheral/libupm/src/adxl345/pyupm_adxl345.i
deleted file mode 100644
index b3c5300..0000000
--- a/peripheral/libupm/src/adxl345/pyupm_adxl345.i
+++ /dev/null
@@ -1,25 +0,0 @@
-// Include doxygen-generated documentation
-%include "pyupm_doxy2swig.i"
-%module pyupm_adxl345
-%include "../upm.i"
-%include "../carrays_int16_t.i"
-%include "../carrays_float.i"
-
-%typemap(out) int16_t * {
- $result = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_int16Array, 0 | 0 );
-}
-
-%typemap(out) float * {
- $result = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_floatArray, 0 | 0 );
-}
-
-%feature("autodoc", "3");
-
-#ifdef DOXYGEN
-%include "adxl345_doc.i"
-#endif
-
-%include "adxl345.h"
-%{
- #include "adxl345.h"
-%}