Home→Forums→MonoBrick EV3 Firmware→Battery indicator→Reply To: Battery indicator
March 20, 2015 at 13:24
#5324
Jacek S
Participant
Hi,
From the lego mindstorm source code:
#define BATT_INDICATOR_HIGH 7500 //!< Battery indicator high [mV]
#define BATT_INDICATOR_LOW 6200 //!< Battery indicator low [mV]
#define ACCU_INDICATOR_HIGH 7500 //!< Rechargeable battery indicator high [mV]
#define ACCU_INDICATOR_LOW 7100 //!< Rechargeable battery indicator low [mV]
Jacek
Follow