Home
last modified time | relevance | path

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

/hardware/bsp/intel/peripheral/libupm/src/mg811/
Dmg811.cxx68 m_zeroPointValue = ppm400; in setCalibration()
84 if ((val / dcGain) >= m_zeroPointValue) in ppm()
87 return powf(10.0, ((val/dcGain)-m_zeroPointValue) / in ppm()
Dmg811.h135 float m_zeroPointValue; variable