Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
|
- #ifndef _UART_INTERRUPT_H_
- #define _UART_INTERRUPT_H_
-
-
- /*****************宏定义*************************/
- #define DEMO_UART UART2 // 选择串口UART2
- #define BOARD_DEBUG_UART_BAUDRATE 115200 //设置波特率115200
- #define DEMO_RING_BUFFER_SIZE 16
-
- /*****************函数声明*************************/
- void UART2_InterrputInit(); //UART2串口初始化
- void UART0_InterrputInit(); //UART0串口初始化
-
-
- #endif
|