Device descriptor for the fuel gauge. More...
Device descriptor for the fuel gauge.
This struct will hold all information and configuration for the sensor
Definition at line 106 of file lc709203f.h.
#include <lc709203f.h>
Data Fields | |
i2c_t | bus |
I2C bus to use. | |
uint8_t | addr |
I2C Address of fuel gauge. | |
uint8_t | scale |
scale for returned values | |
lc709203f_params_t | params |
param struct with static settings etc | |
lc709203f_cb_t | cb |
callback method | |
void * | arg |
additional arguments for the callback method | |
uint8_t lc709203f_t::addr |
I2C Address of fuel gauge.
Definition at line 108 of file lc709203f.h.
void* lc709203f_t::arg |
additional arguments for the callback method
Definition at line 112 of file lc709203f.h.
i2c_t lc709203f_t::bus |
I2C bus to use.
Definition at line 107 of file lc709203f.h.
lc709203f_cb_t lc709203f_t::cb |
callback method
Definition at line 111 of file lc709203f.h.
lc709203f_params_t lc709203f_t::params |
param struct with static settings etc
Definition at line 110 of file lc709203f.h.
uint8_t lc709203f_t::scale |
scale for returned values
Definition at line 109 of file lc709203f.h.