Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
main.h
00001 /* USER CODE BEGIN Header */ 00002 /** 00003 ****************************************************************************** 00004 * @file : main.h 00005 * @brief : Header for main.c file. 00006 * This file contains the common defines of the application. 00007 ****************************************************************************** 00008 * @attention 00009 * 00010 * <h2><center>© Copyright (c) 2020 STMicroelectronics. 00011 * All rights reserved.</center></h2> 00012 * 00013 * This software component is licensed by ST under BSD 3-Clause license, 00014 * the "License"; You may not use this file except in compliance with the 00015 * License. You may obtain a copy of the License at: 00016 * opensource.org/licenses/BSD-3-Clause 00017 * 00018 ****************************************************************************** 00019 */ 00020 /* USER CODE END Header */ 00021 00022 /* Define to prevent recursive inclusion -------------------------------------*/ 00023 #ifndef __MAIN_H 00024 #define __MAIN_H 00025 00026 #ifdef __cplusplus 00027 extern "C" { 00028 #endif 00029 00030 /* Includes ------------------------------------------------------------------*/ 00031 #include "stm32f4xx_hal.h" 00032 00033 /* Private includes ----------------------------------------------------------*/ 00034 /* USER CODE BEGIN Includes */ 00035 00036 /* USER CODE END Includes */ 00037 00038 /* Exported types ------------------------------------------------------------*/ 00039 /* USER CODE BEGIN ET */ 00040 00041 /* USER CODE END ET */ 00042 00043 /* Exported constants --------------------------------------------------------*/ 00044 /* USER CODE BEGIN EC */ 00045 00046 /* USER CODE END EC */ 00047 00048 /* Exported macro ------------------------------------------------------------*/ 00049 /* USER CODE BEGIN EM */ 00050 00051 /* USER CODE END EM */ 00052 00053 /* Exported functions prototypes ---------------------------------------------*/ 00054 void Error_Handler(void); 00055 00056 /* USER CODE BEGIN EFP */ 00057 00058 /* USER CODE END EFP */ 00059 00060 /* Private defines -----------------------------------------------------------*/ 00061 /* USER CODE BEGIN Private defines */ 00062 00063 /* USER CODE END Private defines */ 00064 00065 #ifdef __cplusplus 00066 } 00067 #endif 00068 00069 #endif /* __MAIN_H */ 00070 00071 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ 00072
Generated on Tue Jul 12 2022 17:15:58 by
1.7.2