Home
last modified time | relevance | path

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

/hardware/bsp/intel/peripheral/libupm/src/gas/
Dmq5.cxx29 MQ5::MQ5 (int gasPin) : Gas (gasPin) { in MQ5() function in MQ5
32 MQ5::~MQ5 () { in ~MQ5()
Dmq5.h50 class MQ5 : public Gas {
57 MQ5 (int gasPin);
62 ~MQ5 ();
/hardware/bsp/intel/peripheral/libupm/examples/c++/
Dmq5.cxx34 upm::MQ5 *sensor = NULL;
49 sensor = new upm::MQ5(0); in main()
/hardware/bsp/intel/peripheral/libupm/examples/java/
DMQ5Sample.java42 upm_gas.MQ5 sensor = new upm_gas.MQ5(0); in main()
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
Dmq5.js31 var myMQ5 = new upmMQ5.MQ5(0);
/hardware/bsp/intel/peripheral/libupm/examples/python/
Dmq5.py28 myMQ5 = upmGas.MQ5(0)