upm/src/yg1006/jsupm_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

9 lines
93 B
OpenEdge ABL

%module jsupm_yg1006
%include "../upm.i"
%{
#include "yg1006.h"
%}
%include "yg1006.h"