Mercurial > public > ostc4
diff Small_CPU/Inc/batteryCharger.h @ 643:5149cd644fbc
Reimplemented charger status generation (deactivated):
Sometimes the original implementation never reached the state fully charged for unknown reason. The code already contained a function which set the status to fully charger even it was not signaled by the charger (in case voltage is > 4.1V). The new implementation changed the handling of the detection and the OSTC showing the problem now reaches the fully charger status.
As the new implementation is still under test it is deactivated => original implementation is active per default
author | Ideenmodellierer |
---|---|
date | Wed, 24 Mar 2021 22:06:00 +0100 |
parents | 5f11787b4f42 |
children | 1b995079c045 |
line wrap: on
line diff
--- a/Small_CPU/Inc/batteryCharger.h Wed Mar 24 21:28:41 2021 +0100 +++ b/Small_CPU/Inc/batteryCharger.h Wed Mar 24 22:06:00 2021 +0100 @@ -36,7 +36,7 @@ void init_battery_charger_status(void); void ReInit_battery_charger_status_pins(void); void DeInit_battery_charger_status_pins(void); -void battery_charger_get_status_and_contral_battery_gas_gauge(uint8_t inSleepModeLessCounts); +void battery_charger_get_status_and_contral_battery_gas_gauge(uint8_t cycleTimeBase); #ifdef __cplusplus }