upm/src/ttp223/pyupm_ttp223.i
sknepper df4706e3b1 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>
2015-01-08 14:57:38 -08:00

11 lines
120 B
OpenEdge ABL

%module pyupm_ttp223
%include "../upm.i"
%feature("autodoc", "3");
%include "ttp223.h"
%{
#include "ttp223.h"
%}