3d38b76fd85e9162b0118f9516b2307699dd08bd
[contrib/upm.git] / src / max44000 / pyupm_max44000.i
1 %module pyupm_max44000
2
3 %feature("autodoc", "3");
4
5 %include "max44000.h"
6 %{
7     #include "max44000.h"
8 %}