21#include "rear_controller.h"
29#define CONV_DELAY_MS 10
30#define AUX_CONV_DELAY_MS 3
32#define RETRY_DELAY_MS 1
33#define CELL_SENSE_CONVERSIONS 0
35#define SOLAR_VOLTAGE_THRESHOLD 42000
36#define AFE_BALANCING_UPPER_THRESHOLD 41500
37#define AFE_BALANCING_LOWER_THRESHOLD 40000
StatusCode log_cell_sense()
Logs the newest cell sense readings.
Definition: cell_sense.c:360
StatusCode cell_sense_init(RearControllerStorage *storage)
Initializes the cell sense sub-system.
Definition: cell_sense.c:417
StatusCode
StatusCodes for various errors.
Definition: status.h:27
Definition: rear_controller.h:39