Skip to content

Commit 21a7c56

Browse files
committed
nicla-system: Add new measurement of charge current to docs.
1 parent c316d06 commit 21a7c56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/Nicla_System/src/Nicla_System.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ class nicla {
9292
* A safe default charging current value that works for most common LiPo batteries is 0.5C, which means charging at a rate equal to half of the battery's capacity.
9393
* For example, a 200mAh battery could be charged at 100mA (0.1A).
9494
* This charging rate is generally safe for most LiPo batteries and provides a good balance between charging speed and battery longevity.
95-
* @note If your battery doesn't have an NTC thermistor, the charging speed will be limited to ~35mA.
95+
* @note If your battery doesn't have an NTC thermistor, the charging speed will be limited to ~16mA.
9696
* @note There is a saftey timer that will stop the charging after 9 hours.
9797
* @return true If the fast charging is enabled successfully. False, otherwise.
9898
* @see disableCharging()

0 commit comments

Comments
 (0)