summaryrefslogtreecommitdiff
path: root/peripheral/libupm/src/bmx055/pyupm_bmx055.i
diff options
context:
space:
mode:
Diffstat (limited to 'peripheral/libupm/src/bmx055/pyupm_bmx055.i')
-rw-r--r--peripheral/libupm/src/bmx055/pyupm_bmx055.i47
1 files changed, 0 insertions, 47 deletions
diff --git a/peripheral/libupm/src/bmx055/pyupm_bmx055.i b/peripheral/libupm/src/bmx055/pyupm_bmx055.i
deleted file mode 100644
index 8250a66..0000000
--- a/peripheral/libupm/src/bmx055/pyupm_bmx055.i
+++ /dev/null
@@ -1,47 +0,0 @@
-// Include doxygen-generated documentation
-%include "pyupm_doxy2swig.i"
-%module pyupm_bmx055
-%include "../upm.i"
-%include "cpointer.i"
-
-%include "stdint.i"
-
-/* Send "int *" and "float *" to python as intp and floatp */
-%pointer_functions(int, intp);
-%pointer_functions(float, floatp);
-
-%feature("autodoc", "3");
-
-#ifdef DOXYGEN
-%include "bmx055_doc.i"
-#endif
-
-%include "bma250e.hpp"
-%{
- #include "bma250e.hpp"
-%}
-
-%include "bmg160.hpp"
-%{
- #include "bmg160.hpp"
-%}
-
-%include "bmm150.hpp"
-%{
- #include "bmm150.hpp"
-%}
-
-%include "bmx055.hpp"
-%{
- #include "bmx055.hpp"
-%}
-
-%include "bmc150.hpp"
-%{
- #include "bmc150.hpp"
-%}
-
-%include "bmi055.hpp"
-%{
- #include "bmi055.hpp"
-%}