summaryrefslogtreecommitdiff
path: root/peripheral/libupm/src/hx711/pyupm_hx711.i
diff options
context:
space:
mode:
Diffstat (limited to 'peripheral/libupm/src/hx711/pyupm_hx711.i')
-rw-r--r--peripheral/libupm/src/hx711/pyupm_hx711.i12
1 files changed, 0 insertions, 12 deletions
diff --git a/peripheral/libupm/src/hx711/pyupm_hx711.i b/peripheral/libupm/src/hx711/pyupm_hx711.i
deleted file mode 100644
index 8d313f0..0000000
--- a/peripheral/libupm/src/hx711/pyupm_hx711.i
+++ /dev/null
@@ -1,12 +0,0 @@
-// Include doxygen-generated documentation
-%include "pyupm_doxy2swig.i"
-%module pyupm_hx711
-%include "../upm.i"
-%include "stdint.i"
-
-%feature("autodoc", "3");
-
-%include "hx711.h"
-%{
- #include "hx711.h"
-%}