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>
This commit is contained in:
committed by
Sarah Knepper
parent
f53fab80fd
commit
40e0595892
9
src/yg1006/pyupm_yg1006.i
Normal file
9
src/yg1006/pyupm_yg1006.i
Normal file
@@ -0,0 +1,9 @@
|
||||
%module pyupm_yg1006
|
||||
%include "../upm.i"
|
||||
|
||||
%feature("autodoc", "3");
|
||||
|
||||
%include "yg1006.h"
|
||||
%{
|
||||
#include "yg1006.h"
|
||||
%}
|
||||
Reference in New Issue
Block a user