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:
sknepper
2015-01-07 14:06:07 -08:00
committed by Sarah Knepper
parent 811b33936b
commit df4706e3b1
9 changed files with 299 additions and 0 deletions

View 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()