搜索资源列表
51延时计算
- 用于51系列的高精度的实用延时程序,是编程的很好参考资料。-51 for a series of high-precision delay practical procedures, programming is a good reference.
单片机C语言的精确延时程序设计
- 单片机C语言的精确延时程序设计,很有用的哦- The monolithic integrated circuit C language precise time delay programming, is very useful oh
51单片机 Keil C 延时程序的简单研究
- 转载!希望大家喜欢.主要是介绍用C编的C51的延时程序.-reproduced! Hope you like them. Mainly introduces C51 C series of procedural delay.
51单片机Keil C延时程序的简单研究
- 51单片机Keil C延时程序的简单研究-51 SCM Keil C Delay simple procedure study
单片机延时
- 单片机开发系统延时间程序,C语言开发,采用中断实现,程序简单易用,可以自由更改, 延时1秒到99999秒均可以实现。
8051keil延时程序
- 8051设计延时程序说明。-8051 design descr iption of the procedures.
按键程序
- 键盘扫描方法是:行线P10~P13为输出线,列线P14~P17为输入线。一开始单片机将行线(P10~P13)全部输出低电平,此时读入列线数据,若列线全为高电平则没有键按下,当列线有出现低电平时调用延时程序以此来去除按键抖动。延时完成后再判断是否有低电平,如果此时读入列线数据还是有低电平,则说明确实有键按下。最后一步确定键值。现在我们以第二行的S5键为例,若按下S5后我们应该怎么得到这个键值呢?当判断确实有键按下之后,行线轮流输出低电平,根据读入列线的数据可以确定键值。首先,单片机将P10输出为低
C51单片机中的C语言精确延时的资料和例子
- 基于单片机的精确延时原理,及其常用的方法,其中给出了详细的程序,使读者方便易懂
delay.rar
- 用vhdl的状态机实现精确的1us的延时程序,VHDL state machine used to achieve precise 1us delay procedures
yanshi
- 各种不同时间段的延时程序,都是用汇编语言编写的。-Different time delay procedures are prepared to use assembly language.
duqujianpan
- 这是读取键盘的子程序 主要内容为:如何定义位,如何得到按键状态,防止键盘干扰的方法 以及如何处理读入的键值 思路:首先在某一引脚输出一个电平,然后读入引脚的电平,如果刚好相反 那么可能有按键发生,但是不排除干扰,为了防止干扰,需要软件延时20ms 消除干扰,然后,等待用户释放,否则,可能重复的到某种结果,发生意外情况 应该说键盘输入是单片机外部指令输入的重要途径,因此如何设计键盘以及键盘的工作原理、读键盘的方法、键盘的抗干扰设计等在单电能机系统设计中占有重要地位。
designofPC
- 单片机设计 基于PC机的电子琴设计 要使扬声器发出不同的音调,就得输入不同频率的波形。通过给8253定时/计数器装入不同的计数值,可以使其输出不同频率的方波。经过放大器的放大作用,便可驱动扬声器发出不同的音调,只要插入一段延时程序之后,再将扬声器切断,音调的声音就可以持续一端时间。-Single-chip design
delay_time
- 单片机延时计算小程序,只要输入相应的时间与晶阵,就会输出对应的数值-Small single-chip delay calculation procedures, as long as the input time and the corresponding crystal array, it will output the corresponding numerical
soft
- 包含单片机延时子程序 该延时程序不同于一般延时程序 可实现ms us的精确延时 还包含宏定义程序 可供单片机初学者参考-Subroutine contains the single-chip delay of the delay procedure is different from the general delay process can be delayed ms us the exact definition of the procedure also includes macros f
Accurate-delay
- 51单片机延时程序,精确延时 附有详细说明-51 single-chip delay procedures, precision delay
延时程序
- 延时程序,自己整理的一个延时程序集合,可以方便调用直接使用不需要计算(Delay procedures, finishing a collection of their own delay procedures, you can easily call the direct use, do not need to calculate)
实验1 1s延时
- 51单片机实现延时1秒的程序,采用汇编语言写成(51 single-chip delay to achieve 1 second)
STM8S105定时器2精确延时
- STM8S105的定时器2的精确延时程序(STM8S105 timer 2 precise delay program)
软件延时
- NEC协议的红外遥控器编码解码程序,大家收集到的通常是采用定时器中断的方式,我这个代码是采用软件延时的方法实现的,能省掉单片机的一个定时器中断源,一直运用于项目上。(NEC protocol's infrared remote control coding and decoding program. We usually use the way of timer interruption. My code is implemented by software delay. It can save
MCU2-中断走马灯
- 通过控制单片机来实现延时走马灯的功能,该程序简洁实用(Through the control of the microcontroller to achieve the function of the time delay, the program is simple and practical)