4digitdisplay: rename to tm1637
[contrib/upm.git] / src / tm1637 / pyupm_tm1637.i
1 %module pyupm_tm1637
2
3 %feature("autodoc", "3");
4
5 %include "tm1637.h"
6 %{
7     #include "tm1637.h"
8 %}