OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MQ7
(Results
1 - 2
of
2
) sorted by null
/hardware/bsp/intel/peripheral/libupm/src/gas/
mq7.cxx
25
#include "
mq7
.h"
29
MQ7
::
MQ7
(int gasPin) : Gas (gasPin)
33
MQ7
::~
MQ7
()
mq7.h
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
();
[
all
...]
Completed in 35 milliseconds