123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- /**
- ******************************************************************************
- * @file HAL_conf.h
- * @author AE Team
- * @version V1.1.0
- * @date 28/08/2019
- * @brief This file contains Header file for generic microcontroller.
- ******************************************************************************
- * @copy
- *
- * THE PRESENT FIRMWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS
- * WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE
- * TIME. AS A RESULT, MindMotion SHALL NOT BE HELD LIABLE FOR ANY
- * DIRECT, INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING
- * FROM THE CONTENT OF SUCH FIRMWARE AND/OR THE USE MADE BY CUSTOMERS OF THE
- * CODING INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS.
- *
- * <h2><center>© COPYRIGHT 2019 MindMotion</center></h2>
- */
- #ifndef __HAL_CONF_H__
- #define __HAL_CONF_H__
- /*´Ë´¦¿ÉÌí¼Ó»òɾ³ýÍâÉè*/
- #include "HAL_device.h"
- #include "HAL_adc.h"
- #include "HAL_bkp.h"
- #include "HAL_can.h"
- #include "HAL_crc.h"
- #include "HAL_dma.h"
- #include "HAL_exti.h"
- #include "HAL_flash.h"
- #include "HAL_gpio.h"
- #include "HAL_i2c.h"
- #include "HAL_iwdg.h"
- #include "HAL_pwr.h"
- #include "HAL_rcc.h"
- #include "HAL_rtc.h"
- #include "HAL_spi.h"
- #include "HAL_tim.h"
- #include "HAL_uart.h"
- #include "HAL_wwdg.h"
- #include "HAL_misc.h"
- #endif /* __HAL_CONF_H__ */
- /*-------------------------(C) COPYRIGHT 2019 MindMotion ----------------------*/
|