8 lines
75 B
C
8 lines
75 B
C
|
#ifndef BL_SOC_H_
|
||
|
#define BL_SOC_H_
|
||
|
|
||
|
|
||
|
int find_soc(float voltage);
|
||
|
|
||
|
|
||
|
#endif
|