搜索资源列表
单片机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秒均可以实现。
HC08DELAYSW
- 摩托罗拉单片机延时程序举例,无密码,解压即可使用--Programming examples for time delay in Motorola s SCM.
按键程序
- 键盘扫描方法是:行线P10~P13为输出线,列线P14~P17为输入线。一开始单片机将行线(P10~P13)全部输出低电平,此时读入列线数据,若列线全为高电平则没有键按下,当列线有出现低电平时调用延时程序以此来去除按键抖动。延时完成后再判断是否有低电平,如果此时读入列线数据还是有低电平,则说明确实有键按下。最后一步确定键值。现在我们以第二行的S5键为例,若按下S5后我们应该怎么得到这个键值呢?当判断确实有键按下之后,行线轮流输出低电平,根据读入列线的数据可以确定键值。首先,单片机将P10输出为低
C51单片机中的C语言精确延时的资料和例子
- 基于单片机的精确延时原理,及其常用的方法,其中给出了详细的程序,使读者方便易懂
six_music_delay
- 报警器六音程序,用PIC单片机延时方法实现,效果很好,很实用-Six audio alarm procedures, single-chip delay with PIC method, the effect of good, very practical
soft_timer
- 51单片机的软件延时,在12MHZ下的多种延时程序-51 SCM software delay, at 12MHZ procedures under a variety of delay
duqujianpan
- 这是读取键盘的子程序 主要内容为:如何定义位,如何得到按键状态,防止键盘干扰的方法 以及如何处理读入的键值 思路:首先在某一引脚输出一个电平,然后读入引脚的电平,如果刚好相反 那么可能有按键发生,但是不排除干扰,为了防止干扰,需要软件延时20ms 消除干扰,然后,等待用户释放,否则,可能重复的到某种结果,发生意外情况 应该说键盘输入是单片机外部指令输入的重要途径,因此如何设计键盘以及键盘的工作原理、读键盘的方法、键盘的抗干扰设计等在单电能机系统设计中占有重要地位。
delaymethod
- 单片机延时程序时间长度的记忆方法,对单片机编程中时间的设置很有帮助-The length of time delay procedures for single-chip memory methods, single-chip programming time on the set of great help
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
MCU
- 此软件为单片机延时初值的计算小程序,给单片机开发者一个便捷!-This software calculate the initial value for the SCM applet delay, giving developers a convenient SCM!
Accurate-delay
- 51单片机延时程序,精确延时 附有详细说明-51 single-chip delay procedures, precision delay
单片机实验4报告
- 单个共阳数码管如图5-1所示,用8位杜邦线将并行口P1与J6相连,在数码管上循环显示0~9。每个数字显示1S。定时使用延时程序。(A single anode digital tube as shown in Figure 5-1, the parallel port P1 is connected to J6 with 8 DuPont line, in the digital tube display cycle 0~9. Each digit shows 1S. Timed delay p
实验1 1s延时
- 51单片机实现延时1秒的程序,采用汇编语言写成(51 single-chip delay to achieve 1 second)
avr单片机_教程_实例_附电路图
- AVR单片机教程,实例程序,并附有电路图,AVR片内集成多种频率的RC振荡器、上电自动复位、看门狗、启动延时等功能,外围电路更加简单,系统更加稳定可靠(AVR microcontroller tutorial, example program, and circuit diagram, AVR chip integrates multiple frequency RC oscillator, power on auto reset, watchdog, startup delay and oth
单片机的精确延时的方法
- 单片机的精确延时的方法 /* 对一个变量int操作和char操作的指令时间不同,所以延时不一样,导致总线错误 char是单字节变量,int是双字节变量,单字节变量自减1和双字节变量自减1耗费 的CPU时间是不同的,换句话说,双字节变量自减1的操作时间要长于单字节变量, 而你这个延时程序纯粹就是靠CPU循环进行固定次数的自减操作实现的,所以 单字节变量变成双字节变量以后,自减操作的次数不变,延时时间会增长。 */(The precise time delay method of si