update constants, SLAVE_POWER_1 behavior
This commit is contained in:
parent
2680da3c4f
commit
05b5e8c3c6
|
@ -3,9 +3,9 @@
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
#define N_SLAVES 6
|
#define N_SLAVES 3
|
||||||
#define N_CELLS_SERIES 17
|
#define N_CELLS_SERIES 15
|
||||||
#define N_CELLS_PARALLEL 5
|
#define N_CELLS_PARALLEL 4
|
||||||
#define N_TEMP_SENSORS 32
|
#define N_TEMP_SENSORS 32
|
||||||
|
|
||||||
#define SLAVE_TIMEOUT 500
|
#define SLAVE_TIMEOUT 500
|
||||||
|
|
|
@ -47,7 +47,7 @@ void slaves_init() {
|
||||||
}
|
}
|
||||||
|
|
||||||
HAL_GPIO_WritePin(SLAVE_POWER_0_GPIO_Port, SLAVE_POWER_0_Pin, GPIO_PIN_SET);
|
HAL_GPIO_WritePin(SLAVE_POWER_0_GPIO_Port, SLAVE_POWER_0_Pin, GPIO_PIN_SET);
|
||||||
HAL_GPIO_WritePin(SLAVE_POWER_1_GPIO_Port, SLAVE_POWER_1_Pin, GPIO_PIN_RESET);
|
HAL_GPIO_WritePin(SLAVE_POWER_1_GPIO_Port, SLAVE_POWER_1_Pin, GPIO_PIN_SET);
|
||||||
HAL_GPIO_WritePin(SLAVE_POWER_DSEL_GPIO_Port, SLAVE_POWER_DSEL_Pin,
|
HAL_GPIO_WritePin(SLAVE_POWER_DSEL_GPIO_Port, SLAVE_POWER_DSEL_Pin,
|
||||||
GPIO_PIN_RESET);
|
GPIO_PIN_RESET);
|
||||||
// TODO: Enable & read out current
|
// TODO: Enable & read out current
|
||||||
|
|
Loading…
Reference in New Issue