Home
last modified time | relevance | path

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

/hardware/bsp/intel/peripheral/libupm/src/gas/
Dtp401.cxx29 TP401::TP401 (int gasPin) : Gas (gasPin) { in TP401() function in TP401
33 TP401::~TP401 () { in ~TP401()
37 TP401::getPPM() { in getPPM()
38 return 25.0 * (float)TP401::getSample() / 1023.0; in getPPM()
Dtp401.h54 class TP401 : public Gas {
61 TP401 (int gasPin);
66 ~TP401 ();
/hardware/bsp/intel/peripheral/libupm/examples/python/
Dtp401.py24 import pyupm_gas as TP401 namespace
35 airSensor = TP401.TP401(0)
/hardware/bsp/intel/peripheral/libupm/examples/c++/
Dtp401.cxx46 …upm::TP401* airSensor = new upm::TP401(0); // Instantiate new grove air quality sensor on analog p… in main()
/hardware/bsp/intel/peripheral/libupm/examples/java/
DTP401Sample.java50 upm_gas.TP401 airSensor = new upm_gas.TP401(0); in main()
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
Dtp401.js52 var airSensor = new upmTP401.TP401(0);