Parameter struct for driver initialization. More...
Parameter struct for driver initialization.
Definition at line 87 of file lc709203f.h.
#include <lc709203f.h>
Data Fields | |
| gpio_t | alarm_pin | 
| Pin which is connected to the interrupt pin of the sensor.   | |
| i2c_t | bus | 
| I2C bus to use.   | |
| uint8_t | addr | 
| I2C Address of the fuel gauge.   | |
| uint8_t lc709203f_params_t::addr | 
I2C Address of the fuel gauge.
Definition at line 90 of file lc709203f.h.
| gpio_t lc709203f_params_t::alarm_pin | 
Pin which is connected to the interrupt pin of the sensor.
Definition at line 88 of file lc709203f.h.
| i2c_t lc709203f_params_t::bus | 
I2C bus to use.
Definition at line 89 of file lc709203f.h.