代码搜索:键盘程序

找到约 10,000 项符合「键盘程序」的源代码

代码结果 10,000
www.eeworm.com/read/363815/9935288

c 按键扫描驱动程序.c

//按键扫描驱动程序 unsigned char key,key_h,kpush; unsigned int key_l; //按键连接到p1.0、p1.1、p1.2 void int_t0(void) interrupt 1 { unsigned char dd,i; TL0=TL0+30;TH0=0xfb; //800 /* 按键判别 */ if ((P1&
www.eeworm.com/read/362548/9993224

c 中断自加程序备份.c

#include #include #define P3_2 P3^2 #define port XBYTE[0x3000]; unsigned char receive_sbuf; unsigned char receive_7128; void main(void) { P1=0XF0; //点灯 //外中
www.eeworm.com/read/362548/9993227

c 分钟不刷新程序备份.c

#include #include #include /*定义DS1302命令字*/ //#define AM(X) X //#define PM(X) (X+12) // 转成24小时制 #define DS1302_SECOND 0x80 #define DS1302_MINUT