Home | History | Annotate | Download | only in gas

Lines Matching defs:MQ7

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 ();