upm
0.2.0
Sensor/Actuator repository for libmraa (v0.6.1)
|
C++ API for the GP2Y0A family of IR Proximity Sensors. More...
This sensor family returns an analog voltage corresponding to the distance of an object from the sensor. The voltage is lower when objects are far away; the voltage increases as objects get closer to the sensor.
Public Member Functions | |
GP2Y0A (int pin) | |
~GP2Y0A () | |
float | value (float aref, uint8_t samples) |
float value | ( | float | aref, |
uint8_t | samples | ||
) |
Get the averaged voltage value from the sensor
aref | the reference voltage in use (5.0 or 3.3 usually) |
samples | number of samples to average over |