You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
samples: npm2100_fuel_gauge: Add 2SAA and 2SAAA battery models
Add Alkaline 2SAA and 2SAAA batteries from fuel gauge library
to the sample. These are AA and AAA batteries connected
two in series (2S configuration).
Signed-off-by: Audun Korneliussen <audun.korneliussen@nordicsemi.no>
Copy file name to clipboardexpand all lines: samples/pmic/native/npm2100_fuel_gauge/README.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ Overview
23
23
24
24
This sample allows the calculation of state of charge from a battery connected to the nPM2100 PMIC.
25
25
26
-
Battery models for Alkaline AA, AAA, LR44, and Lithium-manganese dioxide coin cell CR2032 batteries are included.
26
+
Battery models for Alkaline AA (1S and 2S configuration), AAA (1S and 2S configuration), LR44, and Lithium-manganese dioxide coin cell CR2032 batteries are included.
27
27
You can change the active battery model using a shell command, as illustrated in `Testing`_.
28
28
You can also change the battery model at compile time using the :kconfig:option:`CONFIG_BATTERY_MODEL` Kconfig option.
0 commit comments