搜索资源列表
按摩器——按键扫描
- 本程序对于单片机的初学者有很大的帮助,对于按键不太懂的学者,是很值的看到的,此程序是采用了SONIX系列单片机编程的
义隆153控制4x4按键 蜂鸣器 驱动程序
- 义隆153控制4x4按键 蜂鸣器 驱动程序
按键程序
- 键盘扫描方法是:行线P10~P13为输出线,列线P14~P17为输入线。一开始单片机将行线(P10~P13)全部输出低电平,此时读入列线数据,若列线全为高电平则没有键按下,当列线有出现低电平时调用延时程序以此来去除按键抖动。延时完成后再判断是否有低电平,如果此时读入列线数据还是有低电平,则说明确实有键按下。最后一步确定键值。现在我们以第二行的S5键为例,若按下S5后我们应该怎么得到这个键值呢?当判断确实有键按下之后,行线轮流输出低电平,根据读入列线的数据可以确定键值。首先,单片机将P10输出为低
基于74hc165的获取按键的c程序
- 基于74hc165的获取按键的c程序,经过测试,程序很简单明了,Access keys 74hc165 based on the c procedures tested, the procedure is very simple and clear
key
- 双按键控制数码管加减一,双按键控制数码管加减一-Two-button control of digital tube plus or minus one or two-button control of plus or minus a digital tube
1602clock
- 用1602液晶显示屏显示出时间,并且可以定义按键更改时间-1602 LCD display with time, and time can change the definition of key
shumaguanshuzizhong
- 数字钟,分别在6位数码管上显示分时秒,并且可以通过第1个独立按键(k1)进行时间调整,即如果按键按下超过0.5秒则进行时间分秒的调整。-Digital clock, respectively, in the six digital tube display time-seconds, and can be the first one by an independent keys (k1) for time to adjust, that is, more than 0.5 seconds if
5
- 用定时器实现月、日、时、分和秒计时并通过按键控制在LED上分别显示。同时在超级终端上显示。可以通过小键盘设置时间,在数码管上显示。在计算机超级终端中可以对开发板上定时器的时钟进行设置。 -Using Timer month, day, hour, minutes and seconds time control by button LED display, respectively. At the same time show at the Super Terminal. Can set
30f6013AKey
- 单片机的一个按键扫描程序,所用单片机为pic的30f6013A。-A key scanner microcontroller, the microcontroller pic with the 30f6013A.
key
- 单片机按键程序,原代码提供各位参考和大家一同学习-#include <reg52.h> #include <absacc.h> #define uchar unsigned char #define PA8255 XBYTE[0x3ffc] #define PB8255 XBYTE[0x3ffd] #define PC8255 XBYTE[0x3ffe] #define COM8255 XBYTE[0x3fff] #define I
anjian
- 巧妙地按键扫描,如过你看了肯定会赞的,不信的话你就-Skillfully key scan, such as you read will definitely praise too, not if you look at the letter
key
- 这个程序扫描3*4矩阵按键,返回按相应的按键字-This program scans 3* 4 matrix keypad, press the appropriate key words to return
New-key-program
- 新型按键程序 便捷和高效的按键处理办法;里面用到了一些分层的思想-Convenient and efficient procedures for the new key approach keys which uses some hierarchical thinking
单片机长短按键_很好_
- 这是我看到过的最详细的介绍,比好多的教课书讲的要清楚,明白,详细,易懂的多。(This is the most detailed introduction I have ever seen, which is more clearly understood, more detailed, and easier to understand than many teaching books.)
可编程继电器按键控制继电器通断
- 可编程继电器应用程序中利用按键控制继电器通断1秒启动停止的程序
实验3 按键输入
- STM32 的按键输入代码 通过输入代码 控制相关按键的作用(STM32 button input code, through the input code to control the role of the key)
按键设计
- 带注释、实验报告文件(含仿真图), 51单片机 4*4按键设计实现数字显示。(Design of 4*4 button with annotated 51 MCU)
10-30-江-按键点灯-
- STM32按键点点灯,利用中断或者读取按键电平值来点点灯(STM32 button point light, use interruption or read the value of the key level to point the light)
F310_frame
- 通过对按键的扫描 实现频率显示和led灯闪烁(Realizing frequency display and led flicker by scanning the key)
STM32基于HAL库开发矩阵按键设计
- 文档包括key.c和key.h以及按键的原理图,适用于各种引脚接口。