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
32
StatusCode
pedal_calib_read
(
FrontControllerStorage
*storage);
33
pedal_calib_read
StatusCode pedal_calib_read(FrontControllerStorage *storage)
Reads pedal calibration data.
Definition:
pedal_calib_reader.c:31
StatusCode
StatusCode
StatusCodes for various errors.
Definition:
status.h:27
FrontControllerStorage
Front Controller storage.
Definition:
front_controller.h:66
projects
front_controller
inc
pedal_calib_reader.h
Generated by
1.9.5