summaryrefslogtreecommitdiff
path: root/peripheral/libupm/src/adxl345/pyupm_adxl345.i
diff options
context:
space:
mode:
authorLee Campbell <leecam@google.com>2016-07-26 19:32:41 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-07-26 19:32:41 +0000
commit431fae07a89bad8be2e0f5c7dfe5d9179f906007 (patch)
tree5d685088717c99f0fb93fca39027ca5b3ac3d81c /peripheral/libupm/src/adxl345/pyupm_adxl345.i
parent892fe7e667dbb4c86967c79ed524082b9f4662f1 (diff)
parentc05c4bf2de0aa0c665474f9b7cc9ceac3d9d331a (diff)
downloadintel-master.tar.gz
Remove sensors, lights, examples, mraa and upmHEADmastermain
am: c05c4bf2de Change-Id: I57a011fd270bd16911780ed6aaefe5e7cf4f0621
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"
-%}