搜索资源列表
la1823+lc72131
- 数字选台收音机 注意: (1)遥控发射芯片用TC9012/TC9243 经常用到的还有UPD6121和LC7461,它们的不同只处在于引导码的时间不同或者数据位的个数不同,接受原理基本一样。将本程序的相关位置修改就可以通用。 系统时钟22.1184MHZ,如果用其他的时钟请将delay.c文件中的定时器装载值修改一下 (2) 键盘检测在VFD程序中,16312可以驱动VFD,另外外部可接24个按键,并将按键值放到 其内部的存储中,使用时只须发命令读即可。
ManyKey
- 一个按键的多次击键组合判别技巧,节省硬件资源!-a button repeatedly Piano discriminant skills, save hardware resources!
key
- AT89C52的组合按键识别程序,已经调试成功
keyboard4
- 基于STC12C5410AD单片机的智能冷库控制器的按键操作C语言程序,功能丰富,四级菜单操作.组合键,延时按键操作
Keypad
- 一个通用嵌入式产品按键处理程序,包含去抖,快进键,长按键,可方便的做成各种组合键。
Timer
- 51单片机定时功能的多种用处源代码,其中包含多段LED扫描显示,组合按键功能,菜单功能
comb_key
- 自己写的一个组合按键小程序,已经实现了,采用4X4矩阵按键-Wrote it myself, a combination of key small program has been achieved, using 4X4 matrix keypad ..
AD_KEY
- 本资料为基于单片机的AD按键的程序。能用单IO口实现多按键处理,实现了短按,长按和组合键等功能。本程序的编译器为CVAVR,程序可移植性好,能轻易的移植到其他带ADC的单片机上去。-This information is based on single-chip AD button procedure. Can achieve single-IO I deal with many keys, according to achieve short and long by a combination
adjust_clock
- 可调电子时钟,led显示,组合按键可调节时间。-Adjustable electronic clock, led display, combined buttons adjustable time.
key_1
- 带有任意组合键,引导键,及单键长按,连_发功能的按键扫描函数.doc-qq
Wendukongzhi_temp_control
- 1. 采用三个测温点对温度进行平均及最大温差控制,以消除温度失恒,模块损坏所造成的损失。 2. DS18B20测温芯片温度数值采集 3. 可实现按键消抖,单击,双击,长击,组合击多种功能 4. 可实现6位LED数码管对温度,错误代码等各种指示功能显示 -1 using three temperature measurement points on the temperature and the average and maximum temperature control, to
SmartBool
- 基于STM8L低功耗系列芯片,开发一款智能手持血糖监测设备的源码,包含了进入halt()休眠模式,和多功能组合按键的实现,以及通信协议部分的实现,模拟IIC外设读取,与静态LCD显示驱动的编写。-STM8L-based low-power chips, developed an intelligent hand-held blood glucose monitoring device source code, including entering halt () Sleep mode, and
button
- 查询方式矩阵或非矩阵按键,包含单击按键,长时按键,连续按键,组合按键,代码虽小,功能强大。本人原创,可以参考。请勿盗用。-Query matrix or matrix keys, including click buttons, long buttons, for keys, key combination, the code is small and powerful. I original, you can reference. Do not steal.
usart-_KEY
- stm32 定时器按键,能识别长按和组合按键,通过串口发送出来-stm32 timer button can identify long press and combination of buttons to send out through the serial port
KEY
- 类似电脑键盘组合按键触发的功能。利用51单片机实现。有两个独立按键,当把两个独立按键都按下后,蜂鸣器发出“滴”的一声后就停。直到松开任一个按键后,才能重新进行下一次的组合按键触发。-Similar to the function of the keyboard combination of keys. The use of 51 single chip microcomputer. There are two independent buttons, when the two independe
KeyBoard2012-04-16
- 多按键扫描,去抖,组合按键输入,串口输出-MULTY KEY SCAN
key
- 单片机两个独立按键的组合按键触发,代码规范,里面有非常详细的文档说明和注释,完整的应用实例,这个非常重要。-Microcontroller two separate key combinations trigger buttons, code specifications, there are very detailed documentation and comments, complete the application example, this is very important.
一个按键控制三色led灯实现8种亮灯组合
- 一个按键控制三色led灯实现8种亮灯组合,按一次变换一种
workspace
- 利用JD51开发板上的按键S1~S4和蜂鸣器设计的电子音调发生器,(1)利用JD51开发板上的按键S1~S4进行音调选择,即按下不同的开关产生不同的音调,依次按动S1~S4 及组合按键,蜂鸣器发出1234567i八个音调;并在数码管上显示。(2)编写2支歌曲,并可进行选择播放。(Using the key S1~S4 and the buzzer designed on the JD51 board, the electronic tone generator (1) uses the key
按键程序
- 实现短按,长按和组合键的模块化,更好的移植在其他的程序中实现功能(Realize the function of key combination)