代码搜索:按键扫描
找到约 10,000 项符合「按键扫描」的源代码
代码结果 10,000
www.eeworm.com/read/324106/13286947
c main.c
#define uchar unsigned char //定义一下方便使用
#define uint unsigned int
#define ulong unsigned long
#include //包括一个52标准内核的头文件
sbit P10 = P1^0; //要控制的LED灯
sbit K1= P3^2; //按键K1
cha
www.eeworm.com/read/324106/13287084
c main.c
#define uchar unsigned char //定义一下方便使用
#define uint unsigned int
#define ulong unsigned long
#include //包括一个52标准内核的头文件
sbit P10 = P1^0; //要控制的LED灯
sbit K1= P3^2; //按键K1,开灯用
www.eeworm.com/read/324106/13287131
c main.c
#define uchar unsigned char //定义一下方便使用
#define uint unsigned int
#define ulong unsigned long
#include //包括一个52标准内核的头文件
sbit P10 = P1^0; //要控制的LED灯
sbit K1= P3^2; //按键K1
uch
www.eeworm.com/read/324106/13287360
c main.c
#define uchar unsigned char //定义一下方便使用
#define uint unsigned int
#define ulong unsigned long
#include //包括一个52标准内核的头文件
sbit P10 = P1^0; //要控制的LED灯
sbit K1= P3^2; //按键K1
c
www.eeworm.com/read/322785/13366466
plg key.plg
礦ision2 Build Log
Project:
C:\Documents and Settings\Administrator\桌面\资料光盘\开发源程序\3.按键识别并通过串口发送到上位机\KEY.uv2
Project File Date: 08/21/2007
Output:
www.eeworm.com/read/321809/13398409
plg key_lcd.plg
礦ision3 Build Log
Project:
D:\我的文件\高老师\实验程序4.0\第21实验 按键液晶显示(c语言)\key_lcd_c\key_lcd.uv2
Project File Date: 05/23/2008
Output:
www.eeworm.com/read/320146/13432516
c main.c
#include"SPCE061A.H"
#define w_clk 0x0100//控制字载入时钟,上升沿
#define FQ_UD 0x0200//频率转换控制,上升沿
#define RESET 0x0400//复位
#define Fosc 20e+6 //20M晶振
unsigned int KeyFlag=0;//按键标志
unsigned int key;
t
www.eeworm.com/read/312612/13607761
c 2main.c
用2个按键分别控制LED灯亮灭
#define uchar unsigned char //定义一下方便使用
#define uint unsigned int
#define ulong unsigned long
#include //包括一个52标准内核的头文件
sbit P10 = P1^0; //要控制的LED灯
sbit K1=
www.eeworm.com/read/312612/13607763
c 5main.c
写入按键次数到24c02,并读出来显示在4个LED上
#define uchar unsigned char //定义一下方便使用
#define uint unsigned int
#define ulong unsigned long
#include //包括一个52标准内核的头文件
char code dx516[3] _at_
www.eeworm.com/read/305376/13772703
c main.c
#define uchar unsigned char //定义一下方便使用
#define uint unsigned int
#define ulong unsigned long
#include //包括一个52标准内核的头文件
sbit P10 = P1^0; //要控制的LED灯
sbit K1= P3^2; //按键K1
cha