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
25
extern
"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
39
void
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
MX_GPIO_Init
void MX_GPIO_Init(void)
Definition
gpio.c:44
main.h
: Header for main.c file. This file contains the common defines of the application.
Examples
STM32
HAL_SPI_NormalMode
Inc
gpio.h
Generated by
1.9.7