代码搜索:ADC按键设计
找到约 10,000 项符合「ADC按键设计」的源代码
代码结果 10,000
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
www.eeworm.com/read/354728/6291235
asm 16按键.asm
ORG 0000H
AJMP MAIN
ORG 0030H
MAIN: MOV A ,#00H
START: MOV P2 ,#0f0H
MOV A ,P2
CJNE A ,#0F0H ,GO1 ; /*有键按下就调到GO1*/
ACALL DEL10MS ; /*延时维持数码管点亮显0*/