搜索资源列表
C51_3X3
- C51_3X3键盘扫描程序 包括键消抖延时函,扫描算法-C51_3X3 keyboard scanning procedures, including key source buffeting delay letter, scanning algorithm, etc.
key_state_mechine
- 4*4矩阵键盘扫描函数,用状态机实现,不用延时以消抖,只需在一个定时10~12ms左右的中断函数里调用,从而节省了单片机时间-4 * 4 matrix keyboard scan function, the state machine to achieve, not delay to eliminate buffeting, only in a regular 10-12ms about the interruption function within the call, thereby sav
KEYBOARD
- 51的4*4键盘驱动当按键按下时返回一个值,且只在按下键时返回一次该值,之后返回0;无按键时返回0;包含消抖功能,在键盘的下降沿触发。 基于keil平台
key
- 3*4键盘扫描程序 已加消抖功能 可以扩展为4*4~~~ 只用8个I/O口就能实现
96key
- 通过96键程序说明如何构造多任务键盘和\"零耗时\"消抖技术
RFID13
- 根据曼彻斯***的编码原则(参见本刊2001年第一期《一种采用曼码调制的非接触IC卡读写程序编制》),非接触ID卡采用上升沿对应着位数据“0”,下降沿对应着位数据“1”,微控制器通过检测U2270B输出数据位的跳变来实现对曼彻斯***的译码。在现实工作中,数据信号会受到调制、解调、噪声各种效应的影响,其上升沿和下降沿存在抖动,可采用键盘消抖的办法来消除抖动的影响。根据非接触ID卡64位数据循环发送以及其数据绪构特点,即数据流中第64位为“0”,第1位至第9位为“1”。据此,将“01111111
MCU_KEYBOARD_JIDA
- 51单片机片键盘驱动程序(带键盘击打实现) 我们在编写单片机键盘程序时,一般都是利用延时实现键消抖,但是很难实现键盘按下后的键盘连续击打,当然可以通过较复杂的变量转换实现,平凡老师写过一篇文章叫做《一种常用键盘程序的设计》,平凡老师是在主循环中进行的按键连续击打实现,我阅读后感觉不错,但是模块化不够理想,最后,平凡老师也承认,这样在主循环中实现这样的键盘击打,只能用在主循环不是很忙的时候,如果程序本身的主循环时间比较长,那就比较麻烦了,所以最后,平凡老师还是建议大家用定时器做,后来我感觉用平
chapter7
- 包括直接式、矩阵式、、中断式键盘接口软件设计和键盘消抖软件设计
LED-display
- 四位数码管动态显示,片选,段选,包含键盘的消抖,最简单易懂的初学程序-4 LED dynamic display, chip select, choose paragraph, including the elimination Buffeting keyboard, the most easy-to-understand learning procedures
keyscan
- 功能:4×4键盘扫描程序 返回:键序号(0~F),0xFF表示没有字符输入 软件特点:简洁高效,无须延时消抖,避免连发 编程语言:Keil-C -Function: 4 × 4 keyboard scanner return: key serial number (0 ~ F), 0xFF that there is no character input software features: simple and efficient, no need to delay extin
juzheng
- 8051单片机矩阵键盘扫描程序(包括键盘的消抖和数码管的显示)-8051 keyboard matrix scanning process (including the elimination Buffeting keyboard and digital display control)
jianpan
- 51单片机实现的键盘程序,可以用键盘控制,加入了消抖处理.-51 single-chip process to achieve the keyboard can be used to the keyboard control, joined the consumer to deal with shaking.
key
- 说明,实用的键盘状态机处理程序,利用状态机去拌动,兼有部分键单触发和部分键连发功能。连发时间间隔和消抖时间方便设定。是我工程中常用的部分。利用状态机条理清晰,处理效率高。-Note, practical keyboard state machine handling procedures, using the state machine to mix action, both part of the keys and some keys repeating one-shot function.
lesson5
- 键盘用来做什么、如何键盘检测、消抖、键盘编码、带返回值函数写法及应用-The keyboard is used to do, how the keyboard detection, elimination shaking, keyboard codes, with return value of the function and application of writing
Independentkeys
- 独立键盘编程方式及验证 1、延时消抖方式---以时间换空间 2、置标志位方式----以空间换时间----中断紧要的时候使用效果更好 3、键盘扫描及处理函数----有问题的方式-Independent keys
xiaodoudianlu
- 键盘消抖电路的研究与分析,寻找简单而又稳定的水抖电路。-Keyboard debounce circuit research and analysis, looking for a simple and stable water shake circuits.
dulijianpanxiaodou_C
- 单片机独立键盘消抖C程序,需要的下载吧,不需要的也-SCM independent keyboard debounce C program, you need to download it, do not need to also look at
Keyboard-and-AD-C-program
- 单片机的键盘消抖和松手检测以及模数转换C程序,测试通过。 -The keyboard of single chip away shaking and let go detection and A/D convert C program
Stand-alone-keyboard-control
- 独立键盘控制 c语言 键盘消抖延时 51单片机-C language independent keyboard control 51 single keyboard debounce delay
11、矩阵键盘
- c51使用矩阵键盘外设,可以很好的消抖,得到准确的键值(C51 uses matrix keyboard peripherals, can be very good to shake, get accurate key values)