Khangai Robot Play - Naive  01
THe naive play of the Khangai Robot
adc.h
Go to the documentation of this file.
1 
49 /* Define to prevent recursive inclusion -------------------------------------*/
50 #ifndef __adc_H
51 #define __adc_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 ADC_HandleTypeDef hadc1;
64 
65 /* USER CODE BEGIN Private defines */
66 
67 /* USER CODE END Private defines */
68 
69 void MX_ADC1_Init(void);
70 
71 /* USER CODE BEGIN Prototypes */
72 
73 /* USER CODE END Prototypes */
74 
75 #ifdef __cplusplus
76 }
77 #endif
78 #endif /*__ adc_H */
79 
88 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
void MX_ADC1_Init(void)
Definition: adc.c:60
: Header for main.c file. This file contains the common defines of the application.
ADC_HandleTypeDef hadc1
Definition: adc.c:57