summaryrefslogtreecommitdiff
path: root/peripheral/libupm/src/hm11/pyupm_hm11.i
diff options
context:
space:
mode:
Diffstat (limited to 'peripheral/libupm/src/hm11/pyupm_hm11.i')
-rw-r--r--peripheral/libupm/src/hm11/pyupm_hm11.i15
1 files changed, 0 insertions, 15 deletions
diff --git a/peripheral/libupm/src/hm11/pyupm_hm11.i b/peripheral/libupm/src/hm11/pyupm_hm11.i
deleted file mode 100644
index 345d106..0000000
--- a/peripheral/libupm/src/hm11/pyupm_hm11.i
+++ /dev/null
@@ -1,15 +0,0 @@
-// Include doxygen-generated documentation
-%include "pyupm_doxy2swig.i"
-%module pyupm_hm11
-%include "../upm.i"
-%include "carrays.i"
-
-%feature("autodoc", "3");
-
-%{
- #include "hm11.h"
- speed_t int_B9600 = B9600;
-%}
-%include "hm11.h"
-speed_t int_B9600 = B9600;
-%array_class(char, charArray);