Home
last modified time | relevance | path

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

/hardware/bsp/intel/peripheral/libupm/src/gas/
Dmq4.cxx29 MQ4::MQ4 (int gasPin) : Gas (gasPin) in MQ4() function in MQ4
33 MQ4::~MQ4 () in ~MQ4()
Dmq4.h51 class MQ4 : public Gas {
58 MQ4 (int gasPin);
63 ~MQ4 ();
/hardware/bsp/intel/peripheral/libupm/examples/c++/
Dmq4.cxx49 upm::MQ4 *sensor = new upm::MQ4(0); in main()
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
Dmq4.js30 var sensor = new upmGAS.MQ4(0);
/hardware/bsp/intel/peripheral/libupm/examples/python/
Dmq4.py28 sensor = upmGAS.MQ4(0)