Home
last modified time | relevance | path

Searched refs:GP2Y0A_AREF (Results 1 – 3 of 3) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/examples/javascript/
Dgp2y0a.js29 var GP2Y0A_AREF = 5.0; variable
46 console.log("AREF: " + GP2Y0A_AREF +
48 myVolts.value(GP2Y0A_AREF, SAMPLES_PER_QUERY));
/hardware/bsp/intel/peripheral/libupm/examples/c++/
Dgp2y0a.cxx35 #define GP2Y0A_AREF 5.0 macro
61 cout << "AREF: " << GP2Y0A_AREF in main()
63 << volts->value(GP2Y0A_AREF, SAMPLES_PER_QUERY) << endl; in main()
/hardware/bsp/intel/peripheral/libupm/examples/python/
Dgp2y0a.py51 GP2Y0A_AREF = 5.0; variable
60 GP2Y0A_AREF,
61 myIRProximity.value(GP2Y0A_AREF, SAMPLES_PER_QUERY))