removed common_defs.h
This commit is contained in:
parent
2dfb9c4cac
commit
5b1854a3ab
@ -1,14 +0,0 @@
|
|||||||
/*
|
|
||||||
* common_defs.h
|
|
||||||
*
|
|
||||||
* Created on: 23 Mar 2022
|
|
||||||
* Author: Jasper
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef INC_COMMON_DEFS_H_
|
|
||||||
#define INC_COMMON_DEFS_H_
|
|
||||||
|
|
||||||
#define N_CELLS 12
|
|
||||||
#define N_TEMP_SENSORS 12
|
|
||||||
|
|
||||||
#endif /* INC_COMMON_DEFS_H_ */
|
|
@ -73,7 +73,7 @@ void can_handle_send_status() {
|
|||||||
data[7] = ((highest_temp) >> 4);
|
data[7] = ((highest_temp) >> 4);
|
||||||
|
|
||||||
ftcan_transmit(CAN_ID_OUT, data, sizeof(data));
|
ftcan_transmit(CAN_ID_OUT, data, sizeof(data));
|
||||||
|
/*
|
||||||
int8_t id_lowest_temp = -1;
|
int8_t id_lowest_temp = -1;
|
||||||
int16_t lowest_temp = INT16_MIN;
|
int16_t lowest_temp = INT16_MIN;
|
||||||
for (int i = 0; i < N_TEMP_SENSORS; i++) {
|
for (int i = 0; i < N_TEMP_SENSORS; i++) {
|
||||||
@ -109,6 +109,7 @@ void can_handle_send_status() {
|
|||||||
data[7] = 0;
|
data[7] = 0;
|
||||||
|
|
||||||
ftcan_transmit(CAN_ID_OUT, data, sizeof(data));
|
ftcan_transmit(CAN_ID_OUT, data, sizeof(data));
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -29,6 +29,10 @@ void sm_init(){
|
|||||||
precharge_timer = discharge_timer = powerground_calibration_timer = 0;
|
precharge_timer = discharge_timer = powerground_calibration_timer = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void sm_update_BMS_state(){
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
#warning change amsState here
|
#warning change amsState here
|
||||||
void sm_update(){
|
void sm_update(){
|
||||||
sm_check_errors();
|
sm_check_errors();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user