Home
last modified time | relevance | path

Searched refs:MQ2 (Results 1 – 6 of 6) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/src/gas/
Dmq2.cxx29 MQ2::MQ2 (int gasPin) : Gas (gasPin) { in MQ2() function in MQ2
32 MQ2::~MQ2 () { in ~MQ2()
Dmq2.h50 class MQ2 : public Gas {
57 MQ2 (int gasPin);
62 ~MQ2 ();
/hardware/bsp/intel/peripheral/libupm/examples/c++/
Dmq2.cxx34 upm::MQ2 *sensor = NULL;
50 sensor = new upm::MQ2(0); in main()
/hardware/bsp/intel/peripheral/libupm/examples/java/
DMQ2Sample.java43 upm_gas.MQ2 sensor = new upm_gas.MQ2(0); in main()
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
Dmq2.js30 var myMQ2 = new upmMQ2.MQ2(0);
/hardware/bsp/intel/peripheral/libupm/examples/python/
Dmq2.py28 myMQ2 = upmGas.MQ2(0);