HomeSort by relevance Sort by last modified time
    Searched refs:MG811 (Results 1 - 5 of 5) sorted by null

  /hardware/bsp/intel/peripheral/libupm/src/mg811/
mg811.cxx 31 #include "mg811.h"
39 MG811::MG811(int pin, int dpin, float aref) :
55 MG811::~MG811()
59 float MG811::volts()
66 void MG811::setCalibration(float ppm400, float ppm1000)
72 float MG811::getReferenceVoltage()
77 float MG811::ppm()
91 bool MG811::thresholdReached(
    [all...]
mg811.h 34 * @defgroup mg811 libupm-mg811
39 * @library mg811
40 * @sensor mg811
42 * @altname MG811
67 * @snippet mg811.cxx Interesting
70 class MG811 {
74 * MG811 constructor
80 MG811(int pin, int dpin, float aref=5.0);
83 * MG811 destructo
    [all...]
  /hardware/bsp/intel/peripheral/libupm/examples/c++/
mg811.cxx 28 #include "mg811.h"
48 // Instantiate an MG811 on analog pin A0, and digital pin D2 with an
50 upm::MG811 *sensor = new upm::MG811(0, 2, MG811_AREF);
  /hardware/bsp/intel/peripheral/libupm/examples/javascript/
mg811.js 31 // Instantiate an MG811 on analog pin A0, and digital pin D2 with an
34 var sensor = new sensorObj.MG811(0, 2, 5.0);
  /hardware/bsp/intel/peripheral/libupm/examples/python/
mg811.py 27 # Instantiate an MG811 on analog pin A0, and digital pin D2 with an
30 sensor = sensorObj.MG811(0, 2, 5.0)

Completed in 309 milliseconds