nrfxlib API 0.1.0
|
float nrf_fuel_gauge_ttf_get | ( | bool | cc_charging, |
float | i_term | ||
) |
#include <nrf_fuel_gauge/include/nrf_fuel_gauge.h>
Get predicted "time-to-full" charging duration.
Time-to-full is calculated based on the charge rate. It may be NAN.
cc_charging | True if ongoing charging is in constant current (CC) state. Otherwise false. |
i_term | Termination current [A]. |
Predicted | time-to-full [s]. |