|
barometer11 2.2.0
|
Barometer 11 Click configuration object. More...
#include <barometer11.h>
Data Fields | |
| pin_name_t | an |
| pin_name_t | scl |
| pin_name_t | sda |
| analog_in_resolution_t | resolution |
| float | vref |
| uint32_t | i2c_speed |
| uint8_t | i2c_address |
| barometer11_drv_t | drv_sel |
Barometer 11 Click configuration object.
Configuration object definition of Barometer 11 Click driver.
| pin_name_t an |
Analog pin descriptor.
| barometer11_drv_t drv_sel |
Master driver interface selector.
| uint8_t i2c_address |
I2C slave address.
| uint32_t i2c_speed |
I2C serial speed.
| analog_in_resolution_t resolution |
ADC resolution.
| pin_name_t scl |
Clock pin descriptor for I2C driver.
| pin_name_t sda |
Bidirectional data pin descriptor for I2C driver.
| float vref |
ADC reference voltage.