chargeController/APP/businessLogic/Inc/soc.h

8 lines
75 B
C
Raw Normal View History

#ifndef BL_SOC_H_
#define BL_SOC_H_
int find_soc(float voltage);
#endif