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

  /hardware/bsp/intel/peripheral/libupm/src/gas/
mq7.cxx 25 #include "mq7.h"
29 MQ7::MQ7 (int gasPin) : Gas (gasPin)
33 MQ7::~MQ7 ()
mq7.h 33 * @sensor mq7
34 * @comname DFRobot MQ7 CO Gas Sensor
39 * @brief API for the DFRobot MQ7 CO Gas Sensor
41 * The Grove MQ7 Gas Sensor module is useful for detecting Carbon
49 * @snippet mq7.cxx Interesting
51 class MQ7 : public Gas {
54 * MQ7 constructor
58 MQ7 (int gasPin);
61 * MQ7 destructor
63 ~MQ7 ();
    [all...]
  /hardware/bsp/intel/peripheral/libupm/examples/c++/
mq7.cxx 27 #include "mq7.h"
49 upm::MQ7 *sensor = new upm::MQ7(0);
  /hardware/bsp/intel/peripheral/libupm/examples/javascript/
mq7.js 30 var sensor = new upmGAS.MQ7(0);
  /hardware/bsp/intel/peripheral/libupm/examples/python/
mq7.py 28 sensor = upmGAS.MQ7(0)

Completed in 1257 milliseconds