summaryrefslogtreecommitdiff
path: root/peripheral/libupm/src/mhz16/pyupm_mhz16.i
diff options
context:
space:
mode:
Diffstat (limited to 'peripheral/libupm/src/mhz16/pyupm_mhz16.i')
-rw-r--r--peripheral/libupm/src/mhz16/pyupm_mhz16.i16
1 files changed, 0 insertions, 16 deletions
diff --git a/peripheral/libupm/src/mhz16/pyupm_mhz16.i b/peripheral/libupm/src/mhz16/pyupm_mhz16.i
deleted file mode 100644
index 843b380..0000000
--- a/peripheral/libupm/src/mhz16/pyupm_mhz16.i
+++ /dev/null
@@ -1,16 +0,0 @@
-// Include doxygen-generated documentation
-%include "pyupm_doxy2swig.i"
-%module pyupm_mhz16
-%include "../upm.i"
-%include "cpointer.i"
-
-%feature("autodoc", "3");
-
-/* Send "int *" to JavaScript as intp */
-%pointer_functions(int, intp);
-%{
- #include "mhz16.h"
- speed_t int_B9600 = B9600;
-%}
-%include "mhz16.h"
-speed_t int_B9600 = B9600;