上传者: shaobing99
|
上传时间: 2022-05-09 18:05:07
|
文件大小: 1.13MB
|
文件类型: RAR
#include "stm32f10x.h" /* 如果要用ST的固件库,必须包含这个文件 */
#include /* 因为用到了printf函数,所以必须包含这个文件 */
#include /* 因为用到了strcpy函数,所以必须包含这个文件 */
#include "bsp_usart.h" /* printf函数定向输出到串口,所以必须包含这个文件 */
#include "bsp_led.h" /* LED指示灯驱动模块 */
#include "bsp_button.h" /* 按键驱动模块 */
#include "bsp_timer.h" /* systick定时器模块 */
#include "bsp_tft_lcd.h" /* TFT液晶显示器驱动模块 */
#include "bsp_touch.h" /* 触摸屏驱动模块 */