| # Copyright (c) 2020 Linumiz |
| # SPDX-License-Identifier: Apache-2.0 |
| description: Texas Instruments BQ274xx Fuel Gauge |
| description: Battery Design Voltage in mV (3300 - 4400) |
| description: Battery Design Capacity in mAh |
| description: Battery Taper current in mAh |
| description: Battery Terminate Voltage in mV |
| The INT signal defaults to active low open drain, so requires a |
| pull-up on the board. By default it acts as an output and signals |
| specific events happening (e.g. change in State of Charge). While in |
| shutdown mode it acts as an input and toggling it will make the sensor |
| Configuring the sensor can take a long time, using lazy loading we can delay |
| until the first sample request and keep the boot time as short as possible. |