Port FT22 code
This commit is contained in:
14
Core/Src/soc_estimation.c
Normal file
14
Core/Src/soc_estimation.c
Normal file
@ -0,0 +1,14 @@
|
||||
#include "soc_estimation.h"
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
uint8_t current_soc;
|
||||
|
||||
void soc_init() {
|
||||
current_soc = 0;
|
||||
// TODO
|
||||
}
|
||||
|
||||
void soc_update() {
|
||||
// TODO
|
||||
}
|
||||
Reference in New Issue
Block a user