HomeSort by relevance Sort by last modified time
    Searched defs:MQ4 (Results 1 - 2 of 2) sorted by null

  /hardware/bsp/intel/peripheral/libupm/src/gas/
mq4.cxx 25 #include "mq4.h"
29 MQ4::MQ4 (int gasPin) : Gas (gasPin)
33 MQ4::~MQ4 ()
mq4.h 33 * @sensor mq4
34 * @comname DFRobot MQ4 Gas Sensor
39 * @brief API for the DFRobot MQ4 Gas Sensor
41 * The MQ4 Gas Sensor module is useful for detecting CH4 (Methane),
49 * @snippet mq4.cxx Interesting
51 class MQ4 : public Gas {
54 * MQ4 constructor
58 MQ4 (int gasPin);
61 * MQ4 destructor
63 ~MQ4 ();
    [all...]

Completed in 51 milliseconds