stm32f767 ht16k33

Dependencies:   mbed

Committer:
caa45040
Date:
Thu Aug 04 10:07:46 2022 +0000
Revision:
0:a9f44b553efd
stm32f767 ht16k33

Who changed what in which revision?

UserRevisionLine numberNew contents of line
caa45040 0:a9f44b553efd 1 /* USER CODE BEGIN Header */
caa45040 0:a9f44b553efd 2 /**
caa45040 0:a9f44b553efd 3 ******************************************************************************
caa45040 0:a9f44b553efd 4 * @file : main.h
caa45040 0:a9f44b553efd 5 * @brief : Header for main.c file.
caa45040 0:a9f44b553efd 6 * This file contains the common defines of the application.
caa45040 0:a9f44b553efd 7 ******************************************************************************
caa45040 0:a9f44b553efd 8 * @attention
caa45040 0:a9f44b553efd 9 *
caa45040 0:a9f44b553efd 10 * <h2><center>&copy; Copyright (c) 2022 STMicroelectronics.
caa45040 0:a9f44b553efd 11 * All rights reserved.</center></h2>
caa45040 0:a9f44b553efd 12 *
caa45040 0:a9f44b553efd 13 * This software component is licensed by ST under BSD 3-Clause license,
caa45040 0:a9f44b553efd 14 * the "License"; You may not use this file except in compliance with the
caa45040 0:a9f44b553efd 15 * License. You may obtain a copy of the License at:
caa45040 0:a9f44b553efd 16 * opensource.org/licenses/BSD-3-Clause
caa45040 0:a9f44b553efd 17 *
caa45040 0:a9f44b553efd 18 ******************************************************************************
caa45040 0:a9f44b553efd 19 */
caa45040 0:a9f44b553efd 20 /* USER CODE END Header */
caa45040 0:a9f44b553efd 21
caa45040 0:a9f44b553efd 22 /* Define to prevent recursive inclusion -------------------------------------*/
caa45040 0:a9f44b553efd 23 #ifndef __MAIN_H
caa45040 0:a9f44b553efd 24 #define __MAIN_H
caa45040 0:a9f44b553efd 25
caa45040 0:a9f44b553efd 26 #ifdef __cplusplus
caa45040 0:a9f44b553efd 27 extern "C" {
caa45040 0:a9f44b553efd 28 #endif
caa45040 0:a9f44b553efd 29
caa45040 0:a9f44b553efd 30 /* Includes ------------------------------------------------------------------*/
caa45040 0:a9f44b553efd 31 #include "stm32f7xx_hal.h"
caa45040 0:a9f44b553efd 32
caa45040 0:a9f44b553efd 33 /* Private includes ----------------------------------------------------------*/
caa45040 0:a9f44b553efd 34 /* USER CODE BEGIN Includes */
caa45040 0:a9f44b553efd 35
caa45040 0:a9f44b553efd 36 /* USER CODE END Includes */
caa45040 0:a9f44b553efd 37
caa45040 0:a9f44b553efd 38 /* Exported types ------------------------------------------------------------*/
caa45040 0:a9f44b553efd 39 /* USER CODE BEGIN ET */
caa45040 0:a9f44b553efd 40
caa45040 0:a9f44b553efd 41 /* USER CODE END ET */
caa45040 0:a9f44b553efd 42
caa45040 0:a9f44b553efd 43 /* Exported constants --------------------------------------------------------*/
caa45040 0:a9f44b553efd 44 /* USER CODE BEGIN EC */
caa45040 0:a9f44b553efd 45
caa45040 0:a9f44b553efd 46 /* USER CODE END EC */
caa45040 0:a9f44b553efd 47
caa45040 0:a9f44b553efd 48 /* Exported macro ------------------------------------------------------------*/
caa45040 0:a9f44b553efd 49 /* USER CODE BEGIN EM */
caa45040 0:a9f44b553efd 50
caa45040 0:a9f44b553efd 51 /* USER CODE END EM */
caa45040 0:a9f44b553efd 52
caa45040 0:a9f44b553efd 53 /* Exported functions prototypes ---------------------------------------------*/
caa45040 0:a9f44b553efd 54 void Error_Handler(void);
caa45040 0:a9f44b553efd 55
caa45040 0:a9f44b553efd 56 /* USER CODE BEGIN EFP */
caa45040 0:a9f44b553efd 57
caa45040 0:a9f44b553efd 58 /* USER CODE END EFP */
caa45040 0:a9f44b553efd 59
caa45040 0:a9f44b553efd 60 /* Private defines -----------------------------------------------------------*/
caa45040 0:a9f44b553efd 61 /* USER CODE BEGIN Private defines */
caa45040 0:a9f44b553efd 62
caa45040 0:a9f44b553efd 63 /* USER CODE END Private defines */
caa45040 0:a9f44b553efd 64
caa45040 0:a9f44b553efd 65 #ifdef __cplusplus
caa45040 0:a9f44b553efd 66 }
caa45040 0:a9f44b553efd 67 #endif
caa45040 0:a9f44b553efd 68
caa45040 0:a9f44b553efd 69 #endif /* __MAIN_H */
caa45040 0:a9f44b553efd 70
caa45040 0:a9f44b553efd 71 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
caa45040 0:a9f44b553efd 72