th02:: added new humidity&temperature sensor
[contrib/upm.git] / src / th02 / pyupm_th02.i
1 %module pyupm_th02
2 %include "../upm.i"
3
4 %feature("autodoc", "3");
5
6 %include "th02.h"
7 %{
8     #include "th02.h"
9 %}