Home
last modified time | relevance | path

Searched refs:GP2Y0A (Results 1 – 5 of 5) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/src/gp2y0a/
Dgp2y0a.cxx34 GP2Y0A::GP2Y0A(int pin) in GP2Y0A() function in GP2Y0A
47 GP2Y0A::~GP2Y0A() in ~GP2Y0A()
52 float GP2Y0A::value(float aref, uint8_t samples) in value()
Dgp2y0a.h56 class GP2Y0A {
64 GP2Y0A(int pin);
69 ~GP2Y0A();
/hardware/bsp/intel/peripheral/libupm/examples/c++/
Dgp2y0a.cxx54 upm::GP2Y0A *volts = new upm::GP2Y0A(1); in main()
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
Dgp2y0a.js38 var myVolts = new IRProximity.GP2Y0A(1);
/hardware/bsp/intel/peripheral/libupm/examples/python/
Dgp2y0a.py31 myIRProximity = upmGp2y0a.GP2Y0A(1)