summaryrefslogtreecommitdiff
path: root/peripheral/libupm/src/hmtrp/pyupm_hmtrp.i
diff options
context:
space:
mode:
Diffstat (limited to 'peripheral/libupm/src/hmtrp/pyupm_hmtrp.i')
-rw-r--r--peripheral/libupm/src/hmtrp/pyupm_hmtrp.i20
1 files changed, 0 insertions, 20 deletions
diff --git a/peripheral/libupm/src/hmtrp/pyupm_hmtrp.i b/peripheral/libupm/src/hmtrp/pyupm_hmtrp.i
deleted file mode 100644
index 3898382..0000000
--- a/peripheral/libupm/src/hmtrp/pyupm_hmtrp.i
+++ /dev/null
@@ -1,20 +0,0 @@
-// Include doxygen-generated documentation
-%include "pyupm_doxy2swig.i"
-%module pyupm_hmtrp
-%include "../upm.i"
-%include "../carrays_uint8_t.i"
-%include "../carrays_uint16_t.i"
-%include "../carrays_uint32_t.i"
-
-%rename("getModSignalStrengthNoParam") getModSignalStrength();
-%rename("getRFSignalStrengthNoParam") getRFSignalStrength();
-
-%feature("autodoc", "3");
-
-%include "hmtrp.h"
-%{
- #include "hmtrp.h"
- speed_t int_B9600 = B9600;
-%}
-speed_t int_B9600 = B9600;
-%array_class(char, charArray);