battery_info.h 188 B

12345678910
  1. #ifndef __BATTERY_INFO_H_
  2. #define __BATTERY_INFO_H_
  3. #include "stm32f1xx_hal.h"
  4. #define BATTERY_TATAL_Q_MAH 13000 //mAh
  5. extern const uint16_t battery_VoltageQuantity[1022][2] ;
  6. #endif