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,5 @@
set (libname "yg1006")
set (libdescription "upm yg1006 flame sensor module")
set (module_src ${libname}.cxx)
set (module_h ${libname}.h)
upm_module_init()