Lines Matching full:temp
39 // this is the internal voltage reference on the Grove IR temp
47 // temp sensor's SIG2 output (ambient)
89 float temp = 0;
95 temp += val;
99 temp = temp / samples;
100 temp = temp * m_aref / m_adcResolution;
103 res = m_vResistance * temp / (m_vref - temp);
150 float temp = 0;
156 temp += val;
160 temp = temp / samples;
162 float temp1 = temp * m_aref / m_adcResolution;