Lines Matching refs:MQ303A
32 * @brief MQ303A Alcohol Sensor library
33 * @defgroup mq303a libupm-mq303a
37 * @library mq303a
38 * @sensor mq303a
39 * @comname MQ303A Alcohol Sensor
47 * @brief API for the MQ303A Alcohol Sensor
49 * UPM module for the MQ303A alcohol sensor.
54 * @image html mq303a.jpg
55 * @snippet mq303a.cxx Interesting
57 class MQ303A {
60 * MQ303A constructor
65 MQ303A(int pin, int heaterPin);
68 * MQ303A destructor
70 ~MQ303A();