main.c

来自「关于嵌入式语言编程在触摸屏的完整代码! 能加深对触摸屏原理的理解!」· C语言 代码 · 共 10 行

C
10
字号
#include"uhal.h"
#include"myuart.h"
#include "tchScr.h"
#pragma import(__use_no_semihosting_swi)  // ensure no functions that use semihosting 

void main(void)
{
	ARMTargetInit(); //开发板初始化
	TchScr_Test();
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?