fixed soe function declaration
This commit is contained in:
parent
484de3f7d9
commit
75b9136a1d
|
@ -7,12 +7,12 @@ extern uint8_t current_soc;
|
||||||
|
|
||||||
|
|
||||||
#define N_MODELPARAMETERS 11
|
#define N_MODELPARAMETERS 11
|
||||||
#define BATTERYCAPACITYAs (21000.0*3600) //TODO Check if value is correct Cap in Ah * 3600 (Convert to As)
|
#define BATTERYCAPACITYAs (20000.0*3600) //TODO Check if value is correct Cap in Ah * 3600 (Convert to As)
|
||||||
|
|
||||||
|
|
||||||
void soc_init();
|
void soc_init();
|
||||||
void soc_update(int32_t shunt_current);
|
void soc_update(int32_t shunt_current);
|
||||||
void soe_update();
|
float soe_update();
|
||||||
void soap_update();
|
void soap_update();
|
||||||
|
|
||||||
#endif // INC_SOC_ESTIMATION_H
|
#endif // INC_SOC_ESTIMATION_H
|
||||||
|
|
Loading…
Reference in New Issue