Skip to content

Commit 7e8b72e

Browse files
committed
nicla-system: Add documentation about charging rate.
1 parent f7845c2 commit 7e8b72e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libraries/Nicla_System/src/Nicla_System.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ class nicla {
7777
* @brief Enables fast charging of the battery.
7878
*
7979
* @param mA The desired milliampere (mA) charging current. Range: 5mA - 35mA and 40mA - 300mA. The default is 20mA.
80+
* 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.
81+
* For example, a 200mAh battery could be charged at 100mA (0.1A).
82+
* This charging rate is generally safe for most LiPo batteries and provides a good balance between charging speed and battery longevity.
8083
* @param disableNtc Whether to disable Temperature Sense and interrupt on charge. The default is true.
8184
* @return true If the fast charging is enabled successfully. False, otherwise.
8285
*/

0 commit comments

Comments
 (0)