Searched refs:OTP538U (Results 1 – 6 of 6) sorted by relevance
/hardware/bsp/intel/peripheral/libupm/src/otp538u/ |
D | otp538u.cxx | 37 OTP538U::OTP538U(int pinA, int pinO, float aref) in OTP538U() function in OTP538U 79 OTP538U::~OTP538U() in ~OTP538U() 85 float OTP538U::ambientTemperature() in ambientTemperature() 144 float OTP538U::objectTemperature() in objectTemperature()
|
D | otp538u.h | 71 class OTP538U { 80 OTP538U(int pinA, int pinO, float aref = 5.0); 85 ~OTP538U();
|
/hardware/bsp/intel/peripheral/libupm/examples/c++/ |
D | otp538u.cxx | 53 upm::OTP538U *temps = new upm::OTP538U(0, 1, OTP538U_AREF); in main()
|
/hardware/bsp/intel/peripheral/libupm/examples/java/ |
D | OTP538USample.java | 42 upm_otp538u.OTP538U temps = new upm_otp538u.OTP538U(0, 1, OTP538U_AREF); in main()
|
/hardware/bsp/intel/peripheral/libupm/examples/python/ |
D | otp538u.py | 33 myTempIR = upmOtp538u.OTP538U(0, 1, OTP538U_AREF)
|
/hardware/bsp/intel/peripheral/libupm/examples/javascript/ |
D | otp538u.js | 36 var tempIRSensor_obj = new tempIRSensor_lib.OTP538U(0, 1, OTP538U_AREF);
|