Khangai Robot Play - Naive  01
THe naive play of the Khangai Robot
usart.h
Go to the documentation of this file.
1 
49 /* Define to prevent recursive inclusion -------------------------------------*/
50 #ifndef __usart_H
51 #define __usart_H
52 #ifdef __cplusplus
53  extern "C" {
54 #endif
55 
56 /* Includes ------------------------------------------------------------------*/
57 #include "main.h"
58 
59 /* USER CODE BEGIN Includes */
60 
61 /* USER CODE END Includes */
62 
63 extern UART_HandleTypeDef huart4;
64 extern UART_HandleTypeDef huart2;
65 extern UART_HandleTypeDef huart3;
66 
67 /* USER CODE BEGIN Private defines */
68 
69 /* USER CODE END Private defines */
70 
71 void MX_UART4_Init(void);
72 void MX_USART2_UART_Init(void);
73 void MX_USART3_UART_Init(void);
74 
75 /* USER CODE BEGIN Prototypes */
76 
77 /* USER CODE END Prototypes */
78 
79 #ifdef __cplusplus
80 }
81 #endif
82 #endif /*__ usart_H */
83 
92 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
void MX_UART4_Init(void)
Definition: usart.c:64
: Header for main.c file. This file contains the common defines of the application.
UART_HandleTypeDef huart3
Definition: usart.c:59
UART_HandleTypeDef huart2
Definition: usart.c:58
UART_HandleTypeDef huart4
Definition: usart.c:57
void MX_USART2_UART_Init(void)
Definition: usart.c:83
void MX_USART3_UART_Init(void)
Definition: usart.c:102