BME280 Driver 2.0.x
Driver for BME280 sensor
Loading...
Searching...
No Matches
gpio.h
Go to the documentation of this file.
1/* USER CODE BEGIN Header */
19/* USER CODE END Header */
20/* Define to prevent recursive inclusion -------------------------------------*/
21#ifndef __GPIO_H__
22#define __GPIO_H__
23
24#ifdef __cplusplus
25extern "C" {
26#endif
27
28/* Includes ------------------------------------------------------------------*/
29#include "main.h"
30
31/* USER CODE BEGIN Includes */
32
33/* USER CODE END Includes */
34
35/* USER CODE BEGIN Private defines */
36
37/* USER CODE END Private defines */
38
39void MX_GPIO_Init(void);
40
41/* USER CODE BEGIN Prototypes */
42
43/* USER CODE END Prototypes */
44
45#ifdef __cplusplus
46}
47#endif
48#endif /*__ GPIO_H__ */
49
void MX_GPIO_Init(void)
Definition gpio.c:44
: Header for main.c file. This file contains the common defines of the application.