main.c

来自「44B0开发板上实现PS2接口键盘的程序」· C语言 代码 · 共 25 行

C
25
字号
#include <stdio.h>
#include <string.h>
#include "inc\44b.h"
#include "common.h"
//#include "platform.h"

#include "seg7.h"

extern int Image$$RO$$Limit;
extern int Image$$RW$$Base;


int Main(void)
{
	uint sw;
	uint aa,key;
  Board_Init();
  Port_Init();
  ps2_init();

	while(1);
			

	
  }

⌨️ 快捷键说明

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