mirror of
https://github.com/eclipse/upm.git
synced 2025-03-22 00:17:30 +03:00

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>
10 lines
119 B
OpenEdge ABL
10 lines
119 B
OpenEdge ABL
%module pyupm_yg1006
|
|
%include "../upm.i"
|
|
|
|
%feature("autodoc", "3");
|
|
|
|
%include "yg1006.h"
|
|
%{
|
|
#include "yg1006.h"
|
|
%}
|