38 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			C
		
	
	
	
	
	
		
		
			
		
	
	
			38 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			C
		
	
	
	
	
	
|   | /********************************** (C) COPYRIGHT *******************************
 | ||
|  |  * File Name          : ch32v10x_conf.h | ||
|  |  * Author             : WCH | ||
|  |  * Version            : V1.0.0 | ||
|  |  * Date               : 2020/04/30 | ||
|  |  * Description        : Library configuration file. | ||
|  | ********************************************************************************* | ||
|  | * Copyright (c) 2021 Nanjing Qinheng Microelectronics Co., Ltd. | ||
|  | * Attention: This software (modified or not) and binary are used for | ||
|  | * microcontroller manufactured by Nanjing Qinheng Microelectronics. | ||
|  | *******************************************************************************/ | ||
|  | #ifndef __CH32V10x_CONF_H
 | ||
|  | #define __CH32V10x_CONF_H
 | ||
|  | 
 | ||
|  | #include "ch32v10x_adc.h"
 | ||
|  | #include "ch32v10x_bkp.h"
 | ||
|  | #include "ch32v10x_crc.h"
 | ||
|  | #include "ch32v10x_dbgmcu.h"
 | ||
|  | #include "ch32v10x_dma.h"
 | ||
|  | #include "ch32v10x_exti.h"
 | ||
|  | #include "ch32v10x_flash.h"
 | ||
|  | #include "ch32v10x_gpio.h"
 | ||
|  | #include "ch32v10x_i2c.h"
 | ||
|  | #include "ch32v10x_iwdg.h"
 | ||
|  | #include "ch32v10x_pwr.h"
 | ||
|  | #include "ch32v10x_rcc.h"
 | ||
|  | #include "ch32v10x_rtc.h"
 | ||
|  | #include "ch32v10x_spi.h"
 | ||
|  | #include "ch32v10x_tim.h"
 | ||
|  | #include "ch32v10x_usart.h"
 | ||
|  | #include "ch32v10x_wwdg.h"
 | ||
|  | #include "ch32v10x_usb.h"
 | ||
|  | #include "ch32v10x_usb_host.h"
 | ||
|  | #include "ch32v10x_it.h"
 | ||
|  | #include "ch32v10x_misc.h"
 | ||
|  | 
 | ||
|  | #endif /* __CH32V10x_CONF_H */
 |