sc7-testo-firmware/include/py32f0xx_conf.h

35 lines
820 B
C
Raw Permalink Normal View History

#ifndef _INC_PY32F00X_CONF_H_
#define _INC_PY32F00X_CONF_H_
#include <py32f0xx.h>
// low level libs
#include "py32f0xx_ll_adc.h"
#include "py32f0xx_ll_bus.h"
//#include "py32f0xx_ll_comp.h"
#include "py32f0xx_ll_cortex.h"
//#include "py32f0xx_ll_crc.h"
#include "py32f0xx_ll_dma.h"
//#include "py32f0xx_ll_exti.h"
#include "py32f0xx_ll_flash.h"
#include "py32f0xx_ll_gpio.h"
//#include "py32f0xx_ll_iwdg.h"
#include "py32f0xx_ll_i2c.h"
//#include "py32f0xx_ll_led.h"
//#include "py32f0xx_ll_lptim.h"
//#include "py32f0xx_ll_pwr.h"
#include "py32f0xx_ll_rcc.h"
//#include "py32f0xx_ll_rtc.h"
//#include "py32f0xx_ll_spi.h"
#include "py32f0xx_ll_system.h"
#include "py32f0xx_ll_tim.h"
//#include "py32f0xx_ll_usart.h"
#include "py32f0xx_ll_utils.h"
//#include "py32f0xx_ll_wwdg.h"
#endif /* _INC_PY32F00X_CONF_H */