Midnight Sun Firmware
Loading...
Searching...
No Matches
motor_can.h
1#pragma once
2
3/************************************************************************************************
4 * @file motor_can.h
5 *
6 * @brief Header file for motor can
7 *
8 * @date 2025-11-25
9 * @author Midnight Sun Team #24 - MSXVI
10 ************************************************************************************************/
11
12/* Standard library Headers */
13#include <stdint.h>
14
15/* Inter-component Headers */
16#include "can.h"
17#include "status.h"
18
19/* Intra-component Headers */
20#include "steering.h"
21#include "ws22_motor_can.h"
22
29StatusCode motor_can_process_rx(CanMessage *msg);
30
StatusCode
StatusCodes for various errors.
Definition: status.h:27
CAN message structure.
Definition: can_msg.h:56