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