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
Copy file name to clipboardexpand all lines: libraries/Nicla_System/src/Nicla_System.h
+1-2
Original file line number
Diff line number
Diff line change
@@ -98,9 +98,8 @@ class nicla {
98
98
*
99
99
* @param mA The desired milliampere (mA) charging current. Range: 5mA - 35mA and 40mA - 300mA. The default value is 20mA.
100
100
* 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).
102
102
* 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.
104
103
* @note There is a saftey timer that will stop the charging after 3 hours by default.
105
104
* This can be configured by calling configureChargingSafetyTimer().
106
105
* @return true If the fast charging is enabled successfully. False, otherwise.
0 commit comments