mirror of
https://github.com/eclipse/upm.git
synced 2025-07-06 11:51:10 +03:00
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
5
src/yg1006/CMakeLists.txt
Normal file
5
src/yg1006/CMakeLists.txt
Normal 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()
|
Reference in New Issue
Block a user