Midnight Sun Firmware
Loading...
Searching...
No Matches
rear_controller_config.h
1#pragma once
2
3/************************************************************************************************
4 * @file rear_controller.h
5 *
6 * @brief Header file for rear_controller
7 *
8 * @date 2025-05-28
9 * @author Midnight Sun Team #24 - MSXVI
10 ************************************************************************************************/
11
12/* Standard library Headers */
13#include <stdbool.h>
14#include <stdint.h>
15
16/* Inter-component Headers */
17
18/* Intra-component Headers */
19
26#define REAR_CONTROLLER_SERIES_COUNT 36U
27#define REAR_CONTROLLER_PARALLEL_COUNT 9U
28#define REAR_CONTROLLER_CELL_CAPACITY_AH 4.5
29