BME280 Driver 2.0.x
Driver for BME280 sensor
Loading...
Searching...
No Matches
main.h File Reference

: Header for main.c file. This file contains the common defines of the application. More...

#include "stm32f7xx_hal.h"
Include dependency graph for main.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define USER_Btn_Pin   GPIO_PIN_13
 
#define USER_Btn_GPIO_Port   GPIOC
 
#define MCO_Pin   GPIO_PIN_0
 
#define MCO_GPIO_Port   GPIOH
 
#define LD1_Pin   GPIO_PIN_0
 
#define LD1_GPIO_Port   GPIOB
 
#define LD3_Pin   GPIO_PIN_14
 
#define LD3_GPIO_Port   GPIOB
 
#define STLK_RX_Pin   GPIO_PIN_8
 
#define STLK_RX_GPIO_Port   GPIOD
 
#define STLK_TX_Pin   GPIO_PIN_9
 
#define STLK_TX_GPIO_Port   GPIOD
 
#define BME280_NCS_Pin   GPIO_PIN_14
 
#define BME280_NCS_GPIO_Port   GPIOD
 
#define TMS_Pin   GPIO_PIN_13
 
#define TMS_GPIO_Port   GPIOA
 
#define TCK_Pin   GPIO_PIN_14
 
#define TCK_GPIO_Port   GPIOA
 
#define LD2_Pin   GPIO_PIN_7
 
#define LD2_GPIO_Port   GPIOB
 

Functions

void Error_Handler (void)
 This function is executed in case of error occurrence.
 

Detailed Description

: Header for main.c file. This file contains the common defines of the application.

Attention

Copyright (c) 2023 STMicroelectronics. All rights reserved.

This software is licensed under terms that can be found in the LICENSE file in the root directory of this software component. If no LICENSE file comes with this software, it is provided AS-IS.

Function Documentation

◆ Error_Handler()

void Error_Handler ( void  )

This function is executed in case of error occurrence.

Return values
None