Basic_Frame_TypeC_2023_Omni
Loading...
Searching...
No Matches
uart_isr.hpp
1
#ifndef __UART_ISR_H
2
#define __UART_ISR_H
3
4
#ifdef __cplusplus
5
extern
"C"
{
6
#endif
7
8
#define DBUS_BUFFER_LEN 18
9
10
typedef
enum
{
11
CHASSIS,
12
GIMBAL,
13
UART_NONE,
14
} UART_Config_t;
15
16
void
init_uart_isr(UART_Config_t config);
17
18
#ifdef __cplusplus
19
}
20
#endif
21
22
#endif
Core
Src
ISRs
uart_isr.hpp
Generated by
1.14.0