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

  /hardware/bsp/intel/peripheral/libupm/src/gas/
mq5.cxx 25 #include "mq5.h"
29 MQ5::MQ5 (int gasPin) : Gas (gasPin) {
32 MQ5::~MQ5 () {
mq5.h 33 * @sensor mq5
34 * @comname Grove MQ5 Gas Sensor
40 * @brief API for the MQ5 Gas Sensor
42 * The Grove MQ5 Gas Sensor module is useful for gas leakage detection
48 * @snippet mq5.cxx Interesting
50 class MQ5 : public Gas {
53 * MQ5 constructor
57 MQ5 (int gasPin);
62 ~MQ5 ();

Completed in 207 milliseconds