Home
last modified time | relevance | path

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

/hardware/bsp/intel/peripheral/libupm/src/gas/
Dmq3.cxx29 MQ3::MQ3 (int gasPin) : Gas (gasPin) { in MQ3() function in MQ3
32 MQ3::~MQ3 () { in ~MQ3()
Dmq3.h49 class MQ3 : public Gas {
56 MQ3 (int gasPin);
61 ~MQ3 ();
/hardware/bsp/intel/peripheral/libupm/examples/c++/
Dmq3.cxx34 upm::MQ3 *sensor = NULL;
50 sensor = new upm::MQ3(0); in main()
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
Dmq3.js31 var myMQ3 = new upmMQ3.MQ3(0);
/hardware/bsp/intel/peripheral/libupm/examples/python/
Dmq3.py28 myMQ3 = upmGas.MQ3(0)