文件名称:mcu驱动ps2键盘
文件大小:38KB
文件格式:PDF
更新时间:2016-02-24 03:29:34
单片机系统
单片机系统中PS/2键盘驱动程序设计 部分如下 void ps2_sentchar(unsigned char sentchar){//ps2主设备向从设备发送数据 unsigned char sentbit_cnt = 0x00; unsigned char sentchar_chk = 0x00; EX0 =0; //关外部中断0 //发起一个传送,发起始位 PS2_SGN_CLOCK = 0;//将时钟线拉低并保持100us delay100us(); PS2_SGN_DATA = 0;//起始位 PS2_SGN_CLOCK = 1; //发送DATA0-7