Port FT22 code

This commit is contained in:
2023-03-12 21:06:23 +01:00
parent b453286f08
commit 4f43895235
20 changed files with 794 additions and 51 deletions

11
Core/Inc/soc_estimation.h Normal file
View 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