summaryrefslogtreecommitdiff
path: root/peripheral/libupm/src/ds2413/pyupm_ds2413.i
diff options
context:
space:
mode:
Diffstat (limited to 'peripheral/libupm/src/ds2413/pyupm_ds2413.i')
-rw-r--r--peripheral/libupm/src/ds2413/pyupm_ds2413.i12
1 files changed, 0 insertions, 12 deletions
diff --git a/peripheral/libupm/src/ds2413/pyupm_ds2413.i b/peripheral/libupm/src/ds2413/pyupm_ds2413.i
deleted file mode 100644
index 819f71c..0000000
--- a/peripheral/libupm/src/ds2413/pyupm_ds2413.i
+++ /dev/null
@@ -1,12 +0,0 @@
-%module pyupm_ds2413
-%include "../upm.i"
-%include "carrays.i"
-%include "std_string.i"
-
-%feature("autodoc", "3");
-
-%{
- #include "ds2413.hpp"
-%}
-%include "ds2413.hpp"
-%array_class(char, charArray);