Loading...
Searching...
No Matches
lc709203f_params_t Struct Reference

Parameter struct for driver initialization. More...

Detailed Description

Parameter struct for driver initialization.

Definition at line 88 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.
 

Field Documentation

◆ addr

uint8_t lc709203f_params_t::addr

I2C Address of the fuel gauge.

Definition at line 91 of file lc709203f.h.

◆ alarm_pin

gpio_t lc709203f_params_t::alarm_pin

Pin which is connected to the interrupt pin of the sensor.

Definition at line 89 of file lc709203f.h.

◆ bus

i2c_t lc709203f_params_t::bus

I2C bus to use.

Definition at line 90 of file lc709203f.h.


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