Home
last modified time | relevance | path

Searched refs:MQ9 (Results 1 – 5 of 5) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/src/gas/
Dmq9.cxx29 MQ9::MQ9 (int gasPin) : Gas (gasPin) { in MQ9() function in MQ9
32 MQ9::~MQ9 () { in ~MQ9()
Dmq9.h48 class MQ9 : public Gas {
55 MQ9 (int gasPin);
60 ~MQ9 ();
/hardware/bsp/intel/peripheral/libupm/examples/c++/
Dmq9.cxx34 upm::MQ9 *sensor = NULL;
49 sensor = new upm::MQ9(0); in main()
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
Dmq9.js30 var myMQ9 = new upmMQ9.MQ9(0);
/hardware/bsp/intel/peripheral/libupm/examples/python/
Dmq9.py28 myMQ9 = upmGas.MQ9(0)