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

  /hardware/bsp/intel/peripheral/libupm/examples/c++/
gp2y0a.cxx 35 #define GP2Y0A_AREF 5.0
61 cout << "AREF: " << GP2Y0A_AREF
63 << volts->value(GP2Y0A_AREF, SAMPLES_PER_QUERY) << endl;
  /hardware/bsp/intel/peripheral/libupm/examples/javascript/
gp2y0a.js 29 var GP2Y0A_AREF = 5.0;
46 console.log("AREF: " + GP2Y0A_AREF +
48 myVolts.value(GP2Y0A_AREF, SAMPLES_PER_QUERY));
  /hardware/bsp/intel/peripheral/libupm/examples/python/
gp2y0a.py 51 GP2Y0A_AREF = 5.0;
60 GP2Y0A_AREF,
61 myIRProximity.value(GP2Y0A_AREF, SAMPLES_PER_QUERY))

Completed in 589 milliseconds