firmware
IEM Firmware Documentation
Loading...
Searching...
No Matches
can.h
Go to the documentation of this file.
1
10
11#ifndef CAN_H
12#define CAN_H
13
14#include "can_rtos.h"
15
16void safety_can_init(void);
17
18#endif /* CAN_H */
void safety_can_init(void)
Initializes CAN transmit and receive tasks for each bus.
Definition can.c:58
FreeRTOS CAN receive and transmit tasks for STM32H7xx.