Home
last modified time | relevance | path

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

/hardware/bsp/intel/peripheral/libupm/src/mg811/
Dmg811.cxx37 static const float dcGain = 8.5; variable
74 return (volts() / dcGain); in getReferenceVoltage()
84 if ((val / dcGain) >= m_zeroPointValue) in ppm()
87 return powf(10.0, ((val/dcGain)-m_zeroPointValue) / in ppm()