Files
upm/src/mg811/CMakeLists.txt
Jon Trulson 60cfe88e37 mg811: Initial implementation
This driver was developed on a DFRobot CO2 sensor based on the MG811:
http://www.dfrobot.com/index.php?route=product/product&product_id=1023

It seems to *require* very precise calibration at 400ppm and 1000ppm
to be accurate.  It also gets pretty hot (due to the heater) and
consumes significant current.

Signed-off-by: Jon Trulson <jtrulson@ics.com>
Signed-off-by: sisinty sasmita patra <sisinty.s.patra@intel.com>
2015-08-27 10:21:37 -07:00

6 lines
146 B
CMake

set (libname "mg811")
set (libdescription "upm DFRobot CO2 sensor")
set (module_src ${libname}.cxx)
set (module_h ${libname}.h)
upm_module_init()