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

  /hardware/bsp/intel/peripheral/libupm/src/gas/
mq3.cxx 25 #include "mq3.h"
29 MQ3::MQ3 (int gasPin) : Gas (gasPin) {
32 MQ3::~MQ3 () {
mq3.h 33 * @sensor mq3
34 * @comname Grove MQ3 Gas Sensor
39 * @brief API for the MQ3 Gas Sensor
41 * The Grove MQ3 Gas Sensor module is useful for gas leakage detection (in
46 * @image html mq3-9.jpeg
47 * @snippet mq3.cxx Interesting
49 class MQ3 : public Gas {
52 * MQ3 constructor
56 MQ3 (int gasPin);
59 * MQ3 destructo
    [all...]

Completed in 461 milliseconds