wch-code/ch32v103_hallarray_controller/src/user/ch32v10x_conf.h

13 lines
259 B
C

#ifndef __CH32V10x_CONF_H
#define __CH32V10x_CONF_H
#include "ch32v10x_adc.h"
#include "ch32v10x_dma.h"
#include "ch32v10x_gpio.h"
#include "ch32v10x_rcc.h"
#include "ch32v10x_tim.h"
#include "ch32v10x_usart.h"
#include "ch32v10x_misc.h"
#endif