Home
last modified time | relevance | path

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

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