HomeSort by relevance Sort by last modified time
    Searched refs:OTP538U (Results 1 - 6 of 6) sorted by null

  /hardware/bsp/intel/peripheral/libupm/src/otp538u/
otp538u.h 32 * @brief OTP538U IR Temperature Sensor library
33 * @defgroup otp538u libupm-otp538u
37 * @library otp538u
38 * @sensor otp538u
39 * @comname OTP538U IR Temperature Sensor
46 * @brief API for the OTP538U IR Temperature Sensor
48 * UPM module for the OTP538U IR temperature sensor
68 * @image html otp538u.jpg
69 * @snippet otp538u.cxx Interestin
    [all...]
otp538u.cxx 29 #include "otp538u.h"
37 OTP538U::OTP538U(int pinA, int pinO, float aref)
79 OTP538U::~OTP538U()
85 float OTP538U::ambientTemperature()
144 float OTP538U::objectTemperature()
  /hardware/bsp/intel/peripheral/libupm/examples/c++/
otp538u.cxx 29 #include "otp538u.h"
50 // Instantiate a OTP538U on analog pins A0 and A1
53 upm::OTP538U *temps = new upm::OTP538U(0, 1, OTP538U_AREF);
  /hardware/bsp/intel/peripheral/libupm/examples/java/
OTP538USample.java 39 // Instantiate a OTP538U on analog pins A0 and A1
42 upm_otp538u.OTP538U temps = new upm_otp538u.OTP538U(0, 1, OTP538U_AREF);
  /hardware/bsp/intel/peripheral/libupm/examples/python/
otp538u.py 30 # Instantiate a OTP538U on analog pins A0 and A1
33 myTempIR = upmOtp538u.OTP538U(0, 1, OTP538U_AREF)
  /hardware/bsp/intel/peripheral/libupm/examples/javascript/
otp538u.js 33 // Instantiate a OTP538U on analog pins A0 and A1
36 var tempIRSensor_obj = new tempIRSensor_lib.OTP538U(0, 1, OTP538U_AREF);

Completed in 168 milliseconds