grove: initial groveLED implementation and move to maa 0.2.2 api
[contrib/upm.git] / src / hmc5883l / pyupm_hmc5883l.i
1 %module pyupm_hmc5883l
2
3 %feature("autodoc", "3");
4
5 #ifdef DOXYGEN
6 %include "hmc5883l_doc.i"
7 #endif
8
9 %include "hmc5883l.h"
10 %{
11     #include "hmc5883l.h"
12 %}