summaryrefslogtreecommitdiff
path: root/peripheral/libupm/src/max44009/jsupm_max44009.i
diff options
context:
space:
mode:
Diffstat (limited to 'peripheral/libupm/src/max44009/jsupm_max44009.i')
-rw-r--r--peripheral/libupm/src/max44009/jsupm_max44009.i8
1 files changed, 8 insertions, 0 deletions
diff --git a/peripheral/libupm/src/max44009/jsupm_max44009.i b/peripheral/libupm/src/max44009/jsupm_max44009.i
new file mode 100644
index 0000000..afebbae
--- /dev/null
+++ b/peripheral/libupm/src/max44009/jsupm_max44009.i
@@ -0,0 +1,8 @@
+%module jsupm_max44009
+%include "../upm.i"
+
+%{
+ #include "max44009.hpp"
+%}
+
+%include "max44009.hpp"