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:
10
src/ttp223/pyupm_ttp223.i
Normal file
10
src/ttp223/pyupm_ttp223.i
Normal file
@@ -0,0 +1,10 @@
|
||||
%module pyupm_ttp223
|
||||
%include "../upm.i"
|
||||
|
||||
%feature("autodoc", "3");
|
||||
|
||||
%include "ttp223.h"
|
||||
%{
|
||||
#include "ttp223.h"
|
||||
%}
|
||||
|
||||
Reference in New Issue
Block a user