mirror of
https://github.com/eclipse/upm.git
synced 2025-03-19 23:17:29 +03:00

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>
9 lines
90 B
OpenEdge ABL
9 lines
90 B
OpenEdge ABL
%module jsupm_mg811
|
|
%include "../upm.i"
|
|
|
|
%{
|
|
#include "mg811.h"
|
|
%}
|
|
|
|
%include "mg811.h"
|