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

  /hardware/bsp/intel/peripheral/libupm/examples/c++/
otp538u.cxx 36 #define OTP538U_AREF 5.0
53 upm::OTP538U *temps = new upm::OTP538U(0, 1, OTP538U_AREF);
  /hardware/bsp/intel/peripheral/libupm/examples/java/
OTP538USample.java 26 private static final float OTP538U_AREF = 5;
42 upm_otp538u.OTP538U temps = new upm_otp538u.OTP538U(0, 1, OTP538U_AREF);
  /hardware/bsp/intel/peripheral/libupm/examples/python/
otp538u.py 28 OTP538U_AREF = 5.0
33 myTempIR = upmOtp538u.OTP538U(0, 1, OTP538U_AREF)
  /hardware/bsp/intel/peripheral/libupm/examples/javascript/
otp538u.js 29 var OTP538U_AREF = 5.0;
36 var tempIRSensor_obj = new tempIRSensor_lib.OTP538U(0, 1, OTP538U_AREF);

Completed in 109 milliseconds