Port FT22 code
This commit is contained in:
11
Core/Inc/soc_estimation.h
Normal file
11
Core/Inc/soc_estimation.h
Normal file
@ -0,0 +1,11 @@
|
||||
#ifndef INC_SOC_ESTIMATION_H
|
||||
#define INC_SOC_ESTIMATION_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
extern uint8_t current_soc;
|
||||
|
||||
void soc_init();
|
||||
void soc_update();
|
||||
|
||||
#endif // INC_SOC_ESTIMATION_H
|
||||
Reference in New Issue
Block a user