4digitdisplay: rename to tm1637

* Use new cmake macro

Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com>
This commit is contained in:
Thomas Ingleby
2014-06-11 15:07:21 +01:00
parent 34e343869c
commit 3dccffe055
7 changed files with 6 additions and 14 deletions

View File

@@ -0,0 +1,8 @@
%module pyupm_tm1637
%feature("autodoc", "3");
%include "tm1637.h"
%{
#include "tm1637.h"
%}