mirror of
https://github.com/eclipse/upm.git
synced 2025-03-20 07:27:29 +03:00

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>
11 lines
120 B
OpenEdge ABL
11 lines
120 B
OpenEdge ABL
%module pyupm_ttp223
|
|
%include "../upm.i"
|
|
|
|
%feature("autodoc", "3");
|
|
|
|
%include "ttp223.h"
|
|
%{
|
|
#include "ttp223.h"
|
|
%}
|
|
|