GP2Y10xx device parameters. More...
GP2Y10xx device parameters.
Definition at line 84 of file gp2y10xx.h.
#include <gp2y10xx.h>
Data Fields | |
adc_t | aout |
ADC line connected to device AOUT pin. | |
adc_res_t | adc_res |
ADC line resolution. | |
uint16_t | vref |
Reference voltage used for the VCC supply of the sensor, in mV. | |
gpio_t | iled_pin |
ILED pin. | |
gp2y10xx_level_t | iled_level |
ILED pin level. | |
adc_res_t gp2y10xx_params_t::adc_res |
ADC line resolution.
Definition at line 86 of file gp2y10xx.h.
adc_t gp2y10xx_params_t::aout |
ADC line connected to device AOUT pin.
Definition at line 85 of file gp2y10xx.h.
gp2y10xx_level_t gp2y10xx_params_t::iled_level |
ILED pin level.
Definition at line 90 of file gp2y10xx.h.
gpio_t gp2y10xx_params_t::iled_pin |
ILED pin.
Definition at line 89 of file gp2y10xx.h.
uint16_t gp2y10xx_params_t::vref |
Reference voltage used for the VCC supply of the sensor, in mV.
Definition at line 87 of file gp2y10xx.h.