Home | History | Annotate | Download | only in gp2y0a

Lines Matching defs:GP2Y0A

32    * @brief GP2Y0A-based IR Proximity Sensor library
33 * @defgroup gp2y0a libupm-gp2y0a
38 * @library gp2y0a
39 * @sensor gp2y0a
40 * @comname GP2Y0A IR Proximity Sensor
46 * @brief API for the GP2Y0A family of IR Proximity Sensors
53 * @image html gp2y0a.jpg
54 * @snippet gp2y0a.cxx Interesting
56 class GP2Y0A {
60 * GP2Y0A sensor constructor
64 GP2Y0A(int pin);
67 * GP2Y0A destructor
69 ~GP2Y0A();