Home
last modified time | relevance | path

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

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