tm1637: brand new working implementation

Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
Mihai Tudor Panu
2015-04-08 16:02:59 -07:00
parent 1d0284abaf
commit 828d3b928e
10 changed files with 595 additions and 0 deletions

View File

@ -0,0 +1,5 @@
set (libname "tm1637")
set (libdescription "C++ API for the TM1637 7-segment display")
set (module_src ${libname}.cxx)
set (module_h ${libname}.h)
upm_module_init()