Home
last modified time | relevance | path

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

/hardware/bsp/intel/peripheral/libupm/examples/c++/
Dotp538u.cxx60 << " C, Object temp: " << temps->objectTemperature() in main()
/hardware/bsp/intel/peripheral/libupm/examples/java/
DOTP538USample.java46 System.out.println("Object temp: " + temps.objectTemperature() + " C"); in main()
/hardware/bsp/intel/peripheral/libupm/src/otp538u/
Dotp538u.h99 float objectTemperature();
Dotp538u.cxx144 float OTP538U::objectTemperature() in objectTemperature() function in OTP538U
/hardware/bsp/intel/peripheral/libupm/examples/python/
Dotp538u.py55 myTempIR.objectTemperature()))
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
Dotp538u.js44 roundNum(tempIRSensor_obj.objectTemperature(), 2) +