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