upm/src/ta12200/pyupm_ta12200.i
Jon Trulson 4333869b7b ta12200: Initial implementation; Grove Electricity uses this sensor
[renamed from] groveelectricity: Initial implementation

This module adds support for the Grove Electricity sensor.

Signed-off-by: Jon Trulson <jtrulson@ics.com>
Signed-off-by: Zion Orent <zorent@ics.com>
Signed-off-by: Sarah Knepper <sarah.knepper@intel.com>
2015-01-15 13:11:25 -08:00

10 lines
122 B
OpenEdge ABL

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