搜索资源列表
按摩器——按键扫描
- 本程序对于单片机的初学者有很大的帮助,对于按键不太懂的学者,是很值的看到的,此程序是采用了SONIX系列单片机编程的
按键程序
- 键盘扫描方法是:行线P10~P13为输出线,列线P14~P17为输入线。一开始单片机将行线(P10~P13)全部输出低电平,此时读入列线数据,若列线全为高电平则没有键按下,当列线有出现低电平时调用延时程序以此来去除按键抖动。延时完成后再判断是否有低电平,如果此时读入列线数据还是有低电平,则说明确实有键按下。最后一步确定键值。现在我们以第二行的S5键为例,若按下S5后我们应该怎么得到这个键值呢?当判断确实有键按下之后,行线轮流输出低电平,根据读入列线的数据可以确定键值。首先,单片机将P10输出为低
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
Drv_Key
- PIC单片机按键操作程序,可以实现点阵按键操作-PIC POER
piano
- 单片机按键控制的电子琴,可以播放歌曲,选择歌曲,按键等功能-MCU button control keyboard, you can play a song, select the song, buttons and other functions
an-jian
- PIC 单片机按键简单例程,适合初学者。编译环境为MPLAB-PIC MCU button simple routines for beginners. MPLAB compiler environment
inquire
- 单片机按键控制程序 通过查询费使用按键控制流水灯-SCM button control program by using the buttons to control the query light water fee
key
- 单片机按键控制程序 通过查询费使用按键控制流水灯 汇编语言板-SCM button control program fee by using the buttons to control the query light water board assembly language
scanning-keyboard-program
- 用C语言编写的单片机按键控制,实现按键控制功能,很实用的-Written in C language of single chip microcomputer button control, the realization of key control function, very useful
bjmoto
- 给大家上传一个很好用的51单片机按键控制三个步进电机的程序,六个按键控制三个步进电机的正反转-Upload give you a good use of 51 single-chip stepper motor control of the three key program, six button control three stepper motor Reversible
button
- 单片机 按键编程 并在lcd屏幕上显示 -Microcontroller programming buttons and display on lcd screen
button-detection-for-single-or-click
- 单片机按键检测-实现单双击、长短按识别C语言源程序-button detection to achieve single- click the length of the C language source code
intvrrupt
- 本代码为51单片机按键中断控制,仅供51单片机初学者参考,-This code is a key interrupt control 51 single-chip microcomputer and can only be 51 singlechip beginners reference,
单片机长短按键_很好_
- 这是我看到过的最详细的介绍,比好多的教课书讲的要清楚,明白,详细,易懂的多。(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.)
DS1302时钟LCD1602显示(可以按键设置时钟)
- LCD1602显示时间,利用stc52单片机,精度极高(LCD1602 display time, the use of stc52 microcontroller, high accuracy)
按键设计
- 带注释、实验报告文件(含仿真图), 51单片机 4*4按键设计实现数字显示。(Design of 4*4 button with annotated 51 MCU)
F310_frame
- 通过对按键的扫描 实现频率显示和led灯闪烁(Realizing frequency display and led flicker by scanning the key)
蓝桥杯基础代码
- 里面包含了蓝桥杯单片机IAP15的一些基础按键,定时器,蜂鸣器,数码管的基础程序
8人抢答器
- 基于AT89C51单片机设计制作一个抢答器,具体要求如下: 1、 设计一个智力竞赛抢答器,可同时共8名选手参加比赛,编号为1、2、3、4、5、6、7、8,各用一个按键。 2、 用一个按键作为主持人总开关,用来控制系统的清零和抢答的开始。 3、 抢答器开始后,数码管开始10秒倒计时,若有选手按动抢答按钮,在LED数码管上显示选手的编号,同时灯亮且伴随声音提示;倒计时完成后,选手不能在抢答;有人抢答成功后,要禁止其他选手抢答;最先抢答选手的编号一直保留到主持人将系统清零。(Based on A