ams-master-23/Core/Inc/soc_estimation.h

12 lines
177 B
C
Raw Normal View History

2023-03-12 21:06:23 +01:00
#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