代码搜索:按键扫描
找到约 10,000 项符合「按键扫描」的源代码
代码结果 10,000
www.eeworm.com/read/331711/12813049
asm 按键显示.asm
ORG 0000H
LJMP MAIN
ORG 0030H
MAIN:
MOV SP,#30H
MOV P0,#0FFH
MOV P2,#00H
MOV P1,#0F0H
JIANCE: MOV A,P1
ORL A,#0FH
CJNE A,#0FFH,QUDOU
www.eeworm.com/read/331711/12813050
bin 按键显示.bin
www.eeworm.com/read/139974/13116590
c 按键驱动.c
/*这段代码是一个用户模式下的DEMO,不是真正的驱动,它负责把按键的键值打印输出*/
#include
#include
#include
#include
#include
#include
#include
#i
www.eeworm.com/read/323055/13356534
exe 按键转换.exe
www.eeworm.com/read/321816/13398230
txt 按键发送.txt
#include
#include
#define uchar unsigned char
#define uint unsigned int
#define shuju P0
#define bus P1
//#define lcdbus P3
void delayms(int i)
{
int j;
for(j=0;j
www.eeworm.com/read/314873/13557250
txt 判断按键.txt
void mDelay(uchar DelayTime)
{
uchar i;
for(;DelayTime>0;DelayTime--)
{
for(i=0;i
www.eeworm.com/read/309517/13669709
按键判断 三.按键判断
www.eeworm.com/read/304374/13795313
bin 复合按键.bin
www.eeworm.com/read/304374/13795327
hex 复合按键.hex
www.eeworm.com/read/304374/13795337
asm 复合按键.asm
ORG 0000H
LJMP MAIN
ORG 0020H
MAIN:MOV 40H,#35
MOV 50H,#23
MOV 39H,#0
MOV 70H,#10
START:MOV 30H,#0
MOV R2,#0
MOV R3,#128
CLR P1.0
LCALL ADC
LCALL ZH