Searched defs:MQ9 (Results 1 - 2 of 2) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/src/gas/
H A Dmq9.cxx29 MQ9::MQ9 (int gasPin) : Gas (gasPin) { function in class:MQ9
32 MQ9::~MQ9 () {
H A Dmq9.h34 * @comname Grove MQ9 Gas Sensor
39 * @brief API for the MQ9 Gas Sensor
41 * The Grove MQ9 Gas Sensor module is useful for gas leakage detection (in
48 class MQ9 : public Gas { class in namespace:upm
51 * MQ9 constructor
55 MQ9 (int gasPin);
58 * MQ9 destructor
60 ~MQ9 ();

Completed in 551 milliseconds