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

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

Completed in 235 milliseconds