Loading...
Searching...
No Matches
lc709203f_t Struct Reference

Device descriptor for the fuel gauge. More...

Detailed Description

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
 

Field Documentation

◆ addr

uint8_t lc709203f_t::addr

I2C Address of fuel gauge.

Definition at line 108 of file lc709203f.h.

◆ arg

void* lc709203f_t::arg

additional arguments for the callback method

Definition at line 112 of file lc709203f.h.

◆ bus

i2c_t lc709203f_t::bus

I2C bus to use.

Definition at line 107 of file lc709203f.h.

◆ cb

lc709203f_cb_t lc709203f_t::cb

callback method

Definition at line 111 of file lc709203f.h.

◆ params

lc709203f_params_t lc709203f_t::params

param struct with static settings etc

Definition at line 110 of file lc709203f.h.

◆ scale

uint8_t lc709203f_t::scale

scale for returned values

Definition at line 109 of file lc709203f.h.


The documentation for this struct was generated from the following file: