Added MCU pin definition for reading battery charge controller IC statuses
This commit is contained in:
parent
a752c9765d
commit
c97891d898
@ -66,6 +66,13 @@
|
|||||||
*/
|
*/
|
||||||
#define BATTERY_VOLTAGE_DIVIDER_ENABLE WM_IO_PB_05
|
#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
|
* @brief battery voltage adc input pin : WM_IO_PA_04 = channel 1
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user