代码搜索:按键扫描
找到约 10,000 项符合「按键扫描」的源代码
代码结果 10,000
www.eeworm.com/read/305370/13773067
c text1.c
///////////////////音乐按键计时器/////////////////////
#include "reg52.h"
int z=0,x=13;
sbit scanline_1=P2^3;
sbit scanline_2=P2^4;
sbit scanline_3=P2^5;
sbit scanline_4=P2^6;
sbit led_0=P2^7;
www.eeworm.com/read/494697/6360579
txt ledsource.txt
;DS1302+AT89C2051的LED钟
;遥控器各按键数据码,可根据不同的遥控器修改对应的键码
muteM EQU 10h ;静音键 闹铃开/关
timerT EQU 0Ch ;菜单键 进入/退出设置状态
leftL EQU 46h
www.eeworm.com/read/489858/6462810
c ymain.c
/*8279键盘和 LED显 示程序* /
/*此程序响应8279的键盘中断,并根据按键来更新LED 显示 */
#include
#include
#include
bit int_flag=0; /*中断标志位*/
uchar key_value;/*中断返回键值 */
uchar js;
/*共阴的七
www.eeworm.com/read/488970/6480565
plg key.plg
礦ision2 Build Log
Project:
C:\prog\实验板\例程源码\按键识别1\ASM\KEY.uv2
Project File Date: 08/11/2007
Output:
Build target 'Target 1'
assembling STARTU
www.eeworm.com/read/488970/6480632
plg key.plg
礦ision2 Build Log
Project:
C:\prog\实验板\例程源码\按键识别2\ASM\KEY.uv2
Project File Date: 08/11/2007
Output:
Build target 'Target 1'
assembling STARTU
www.eeworm.com/read/488970/6480656
plg addsub.plg
礦ision2 Build Log
Project:
C:\prog\实验板\例程源码\按键加减LCD1602\C\addsub.uv2
Project File Date: 09/13/2007
Output:
www.eeworm.com/read/264994/11287432
dbg main.dbg
IMAGECRAFT DEBUG FORMAT
VERSION 1.1
CPU AVR
DIR D:\桌面\教程\简单按键\
FILE main.c
FUNC port_init 96 fV
BLOCK 18 96
LINE 18 96
LINE 19 96
LINE 20 9A
LINE 21 9C
LINE 22 9E
LINE 23 A2
LINE 24 A4
L
www.eeworm.com/read/348137/11609567
c sleeptest.c
#include
#include
#include
#include
#include
/*
这是一段测试程序。睡眠模式的设定、唤醒以及按键的使用。但是在用gcc编译时不压缩的
情况下为Program: 3638 bytes (44.4
www.eeworm.com/read/261868/11617935
h key.h
/*按键定义*/
#define col1 247
#define col2 251
#define col3 253
#define col4 254
#define row1 254
#define row2 253
#define row3 251
#define row4 247
#define key0 22
#define key1 21
#define ke
www.eeworm.com/read/157518/11696773
txt ds1302+at89c2051的led钟.txt
;DS1302+AT89C2051的LED钟
;遥控器各按键数据码,可根据不同的遥控器修改对应的键码
muteM EQU 10h ;静音键 闹铃开/关
timerT EQU 0Ch ;菜单键 进入/退出设置状态
leftL EQU 46h