mirror of
https://github.com/eclipse/upm.git
synced 2025-07-29 07:01:17 +03:00
ttp223: Grove touch sensor and examples
Added support for the TTP223 touch detector-based sensors (like the Grove touch sensor) with corresponding examples in C++, JavaScript, and Python. Signed-off-by: Sarah Knepper <sarah.knepper@intel.com>
This commit is contained in:
5
src/ttp223/CMakeLists.txt
Normal file
5
src/ttp223/CMakeLists.txt
Normal file
@ -0,0 +1,5 @@
|
||||
set (libname "ttp223")
|
||||
set (libdescription "upm ttp223")
|
||||
set (module_src ${libname}.cxx)
|
||||
set (module_h ${libname}.h)
|
||||
upm_module_init()
|
Reference in New Issue
Block a user