diff --git a/Core/Inc/main.h b/Core/Inc/main.h index 2e5364a..c4f0447 100644 --- a/Core/Inc/main.h +++ b/Core/Inc/main.h @@ -1,214 +1,214 @@ -/* USER CODE BEGIN Header */ -/** - ****************************************************************************** - * @file: main.h * - * @author Yunhorn (r) Technology Limited Application Team * - * @brief Yunhorn (r) SmarToilets (r) Product configuration file. * - ****************************************************************************** - * @attention - * - * Copyright (c) 2023 Yunhorn Technology Limited. - * Copyright (c) 2023 Shenzhen Yunhorn Technology Co., Ltd. - * 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. - * - ****************************************************************************** - */ -/* USER CODE END Header */ - -/* Define to prevent recursive inclusion -------------------------------------*/ -#ifndef __MAIN_H -#define __MAIN_H - -#ifdef __cplusplus -extern "C" { -#endif - -/* Includes ------------------------------------------------------------------*/ -#include "stm32wlxx_hal.h" -#include "yunhorn_sts_prd_conf.h" -/* Private includes ----------------------------------------------------------*/ -/* USER CODE BEGIN Includes */ - -/* USER CODE END Includes */ - -/* Exported types ------------------------------------------------------------*/ -/* USER CODE BEGIN ET */ - -/* USER CODE END ET */ - -/* Exported constants --------------------------------------------------------*/ -/* USER CODE BEGIN EC */ - -/* USER CODE END EC */ - -/* Exported macro ------------------------------------------------------------*/ -/* USER CODE BEGIN EM */ - -/* USER CODE END EM */ - -/* Exported functions prototypes ---------------------------------------------*/ -void Error_Handler(void); - -/* USER CODE BEGIN EFP */ -void MX_I2C2_Init(void); -void MX_DMA_Init(void); -void MX_TOF_Init(void); -/* USER CODE END EFP */ - -/* Private defines -----------------------------------------------------------*/ -#define RTC_N_PREDIV_S 10 -#define RTC_PREDIV_S ((1<