Motors turning

This commit is contained in:
2023-04-24 19:20:21 +02:00
parent f5e26aad24
commit 6c27b83377
4 changed files with 19 additions and 14 deletions

View File

@ -9,8 +9,8 @@
typedef struct {
int32_t current;
int32_t voltage1;
int32_t voltage2;
int32_t voltage_bat;
int32_t voltage_veh;
int32_t voltage3;
int32_t busbartemp;
int32_t power;

View File

@ -3,7 +3,7 @@
#include <stdint.h>
#define N_SLAVES 6
#define N_SLAVES 5
#define N_CELLS_SERIES 17
#define N_CELLS_PARALLEL 5
#define N_TEMP_SENSORS 32