The module implements support for the mq303a alcohol sensor. It was tested on the Grove Alcohol 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>
6 lines
142 B
CMake
6 lines
142 B
CMake
set (libname "mq303a")
|
|
set (libdescription "upm mq303a module")
|
|
set (module_src ${libname}.cxx)
|
|
set (module_h ${libname}.h)
|
|
upm_module_init()
|