Skip to content

Commit 792c9f8

Browse files
authored
Merge pull request #685 from arduino/sebromero/nicla-sense-doc-fix
nicla-system: Enhance documentation for charging speed limits.
2 parents 0b37daa + a47bb44 commit 792c9f8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

libraries/Nicla_System/src/Nicla_System.h

+1-2
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,8 @@ class nicla {
9898
*
9999
* @param mA The desired milliampere (mA) charging current. Range: 5mA - 35mA and 40mA - 300mA. The default value is 20mA.
100100
* 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.
101-
* For example, a 200mAh battery could be charged at 100mA (0.1A).
101+
* For example, a 200mAh battery could be safely charged at 100mA (0.1A).
102102
* This charging rate is generally safe for most LiPo batteries and provides a good balance between charging speed and battery longevity.
103-
* @note If your battery doesn't have an NTC thermistor, the charging speed will be limited to ~16mA.
104103
* @note There is a saftey timer that will stop the charging after 3 hours by default.
105104
* This can be configured by calling configureChargingSafetyTimer().
106105
* @return true If the fast charging is enabled successfully. False, otherwise.

0 commit comments

Comments
 (0)