upm/src/yg1006/pyupm_yg1006.i
Jon Trulson 40e0595892 yg1006: Initial implementation
This module implements support for the yg1006 flame sensor.  It was
tested with the Grove Flame 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-16 16:00:41 -08:00

10 lines
119 B
OpenEdge ABL

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