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:
Jon Trulson
2014-12-10 13:19:29 -07:00
committed by Sarah Knepper
parent f53fab80fd
commit 40e0595892
8 changed files with 253 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
%module pyupm_yg1006
%include "../upm.i"
%feature("autodoc", "3");
%include "yg1006.h"
%{
#include "yg1006.h"
%}