📄 main.c
字号:
/***********************************************************************
* 空军工程大学电讯工程学院网络工程系网络工程教研室 *
************************************************************************
* 名称:键盘实验 *
* *
* 功能:实现对实验仪上小键盘的操作,能在超级终端上看到操作结果 *
* *
* 硬件版本:MiniBlue 44B0 V2.0 *
* *
* 日期:2006/07/12 *
* *
************************************************************************/
#include "44b.h"
#include "keyboard.h"
#include "44blib.h"
#include "uart.h"
#include "zlg7289.h"
void Main(void)
{
ARMTargetInit(); //开发版初始化
Uart_Printf("\n ");
Uart_Printf("\n ");
Uart_Printf("\n*********************************************************************");
Uart_Printf("\n 空军工程大学电讯工程学院网络工程系嵌入式教学实验开发平台");
Uart_Printf("\n ");
Uart_Printf("\n 实验3--实验箱键盘操作实验");
Uart_Printf("\n*********************************************************************");
Uart_Printf("\n ");
Uart_Printf("\nArm Target Init OK.");
Uart_SendString(0,"\n 准备测试按键,请按小键盘上的任意键,在超级终端上观察操作结果...");
Zlg7289_Reset();//zlg7289复位
KeyBoard_Test();
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -