Added MCU pin definition for reading battery charge controller IC statuses

This commit is contained in:
Anatole SCHRAMM 2023-03-20 17:55:01 +01:00
parent a752c9765d
commit c97891d898

View File

@ -66,6 +66,13 @@
*/
#define BATTERY_VOLTAGE_DIVIDER_ENABLE WM_IO_PB_05
/**
* @brief battery controller IC charged and charging status pins
*
*/
#define BATTERY_CONTROLLER_CHARGING_STATUS WM_IO_PB_03
#define BATTERY_CONTROLLER_CHARGED_STATUS WM_IO_PB_04
/**
* @brief battery voltage adc input pin : WM_IO_PA_04 = channel 1
*