swig: add swig support for hmc5883l sensor

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Brendan Le Foll
2014-04-25 15:33:26 +01:00
parent d986654455
commit 5c306de0a3
3 changed files with 31 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
%module jsupm_hmc5883l
%{
#include "hmc5883l.h"
%}
%include "hmc5883l.h"