Midnight Sun Firmware
Loading...
Searching...
No Matches
pedal_calib_reader.h
1#pragma once
2
3/************************************************************************************************
4 * @file pedal_calib_reader.h
5 *
6 * @brief Pedal Calib Reader
7 *
8 * @date 2025-09-16
9 * @author Midnight Sun Team #24 - MSXVI
10 ************************************************************************************************/
11
12/* Standard library Headers */
13
14/* Inter-component Headers */
15#include "status.h"
16
17/* Intra-component Headers */
18#include "front_controller.h"
19
33
StatusCode pedal_calib_read(FrontControllerStorage *storage)
Reads pedal calibration data.
Definition: pedal_calib_reader.c:31
StatusCode
StatusCodes for various errors.
Definition: status.h:27
Front Controller storage.
Definition: front_controller.h:66