mirror of
https://github.com/eclipse/upm.git
synced 2025-07-01 01:11:10 +03:00
tm1637: brand new working implementation
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
5
src/tm1637/CMakeLists.txt
Normal file
5
src/tm1637/CMakeLists.txt
Normal 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()
|
Reference in New Issue
Block a user