Skip to content

Commit ce585c2

Browse files
committed
nrf_fuel_gauge: update to 1.1.0
Improved fuel gauge accuracy for small-capacity batteries and minor API update. Signed-off-by: Sergei Ovchinnikov <[email protected]>
1 parent 36a798a commit ce585c2

File tree

12 files changed

+11
-1
lines changed

12 files changed

+11
-1
lines changed

nrf_fuel_gauge/CHANGELOG.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@ Changelog
99

1010
All notable changes to this project are documented on this page.
1111

12+
Main branch
13+
***********
14+
15+
Changes
16+
=======
17+
18+
* Updated to library version 1.1.0.
19+
* Improved fuel gauge accuracy for small-capacity batteries using nPM1304.
20+
* The `discard_positive_deltaz` member of the :c:struct:`nrf_fuel_gauge_runtime_parameters` structure now affects the secondary cell variant too. Setting it to true (default) will disallow state-of-charge to increase unless the battery is charging.
21+
1222
nRF Connect SDK v3.0.0
1323
**********************
1424

nrf_fuel_gauge/include/nrf_fuel_gauge.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ struct nrf_fuel_gauge_runtime_parameters {
170170
/* Set to NAN to ignore. */
171171
float d;
172172
/* Primary cell: when true, do not let state-of-charge increase.
173-
* Secondary cell: parameter not used.
173+
* Secondary cell: when true, do not let state-of-charge increase unless when charging.
174174
*/
175175
bool discard_positive_deltaz;
176176
};
32 Bytes
Binary file not shown.
Binary file not shown.
344 Bytes
Binary file not shown.
-612 Bytes
Binary file not shown.
32 Bytes
Binary file not shown.
Binary file not shown.
368 Bytes
Binary file not shown.
-612 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)