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
+8-5Lines changed: 8 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -81,10 +81,11 @@ class nicla {
81
81
* 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.
82
82
* For example, a 200mAh battery could be charged at 100mA (0.1A).
83
83
* This charging rate is generally safe for most LiPo batteries and provides a good balance between charging speed and battery longevity.
84
-
* @param disableNtc Whether to disable Temperature Sense and interrupt on charge. The default is true.
84
+
* @note Make sure to call setBatteryNTCEnabled(false) if your battery does not have an NTC thermistor.
85
+
* Otherwise the charging will be disabled due to the NTC thermistor not being connected.
85
86
* @return true If the fast charging is enabled successfully. False, otherwise.
0 commit comments