ams-master-23/Core/Inc/soc_estimation.h
Jasper v. Blanckenburg 2eb7109416 Revert "Implementation of SoC Prediction"
This reverts commit c4543e7e01b5c1c8fa448855ed63b13944a06a2c.
2023-06-25 15:28:53 +02:00

12 lines
177 B
C

#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