搜索资源列表
单片机C语言的精确延时程序设计
- 单片机C语言的精确延时程序设计,很有用的哦- The monolithic integrated circuit C language precise time delay programming, is very useful oh
C51精确延时
- 51单片机,精确延时小函数.提供500ms,200ms,10ms,1s的精确延时,直接调用即可.-51 microcontroller, small precision delay function. For 500ms, 200ms, 10ms, the precise 1s delay, can be called directly.
avrtc
- 针对avr单片机编的精确延时程序,可达1微妙-against avr microcontroller series of the precision delay procedures, up to a delicate
ADuC841_TEST
- ADI公司ADuC841单片机源程序。 I2C.c: ADuC841单片机I2C接口函数。 kei841.h: ADuC841单片机内部寄存器定义。 delay.c:精确延时资函数。 main_new.c ADuC841单片机主函数,实现正弦波的输出和I2C接口LED显示-ADI ADuC841 MCU source. I2C.c : ADuC841 MCU I2C interface function. Kei841.h : ADuC841 MCU internal regis
C(delay)
- C语言精确延时,对于初学单片机的同学很有帮助,希望大家能喜欢!
C51单片机中的C语言精确延时的资料和例子
- 基于单片机的精确延时原理,及其常用的方法,其中给出了详细的程序,使读者方便易懂
DS18b20
- 基于单片机msp430f149的DS18B20测温程序,内含精确延时函数-MSP430F149 single-chip microcomputer-based measurement procedures for the DS18B20 containing accurate delay function
PIC-delay-Procedures
- 比较详细的PIC单片机的精确延时的计算,全部为汇编语言-More detailed PIC MCU accurate delay calculation, all for the assembly language
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
ProC
- 上面是单片机的延时程序,在单片机延时程序中应考虑所使用的晶振的频率,在51系列的单片机中我们常用的是11.0592MHz和12.0000MHz的晶振,而在AVR单片机上常用的有8.000MHz和4.000MH的晶振所以在网上查找程序时如果涉及到精确延时则应该注意晶振的频率是多大。-The above is a delay of MCU program, the program in single-chip delay should be considered the frequency of c
chuanwendu
- 51单片机设计的热表系统,串口传送温度差,单簧管脉冲控制中断计费。精确延时控制DS18B20,程序内有详细中文说明。-51 Single-chip design of heat meter system, serial transfer temperature difference, clarinet impulse control interrupt billing. Precise delay control DS18B20
51delay
- 51单片机用红外或其他方面的精确延时,希望对大家有帮助-51 SCM infrared or other precision delay
Delay
- 用c8051f020单片机产生50ms的精确延时程序-Microcontroller with c8051f020 delay procedures produce accurate 50ms
The-use-of-51-single-chip-timer
- 51单片机定时器的使用.c 描述 相对前面的软件延时,定时器的延时更为精确。-The use of 51 single-chip timer. C relative to the previous descr iption of the software delay, delay timer is more precise.
Keil-C51_delay
- 单片机开发中,使用keilC51进行精确延时的集中方法介绍。-MCU development, use keilC51 centralized approach for accurate delay introduction.
delay
- 单片机1ms精确延时的c语言实现,for循环,已经通过keil仿真计时验证,-The microcontroller 1ms accurate delay c language, for circulation, has been verified by keil simulation timing
delay
- 讲解单片机精确延时的思路,采用C51高级语言编写-Explain the the microcontroller precise delay ideas C51 high-level language
jingqueyanshi
- c51单片机的精确延时,各种精确的延时程序。-c51 precise delay, various delays program
STC-chip-C51-delay-
- 关于单片机C语言的精确延时,网上很多都是大约给出延时值没有准确那值是多少,也就没有达到精确高的要求,而本函数克服了以上缺点,能够精确计数出要延时值且精确达到1us,-输入文字或网址,即可翻译 关于单片机C语言的精确延时,网上很多都是大约给出延时值没有准确那值是多少,也就没有达到精确高的要求,而本函数克服了以上缺点,能够精确计数出要延时值且精确达到1us, 关于单片机C语言的精确延时,网上很多都是大约给出延时值没有准确那值是多少,也就没有达到精确高的要求,而本函数克服了以上缺点,能够精
单片机的精确延时的方法
- 单片机的精确延时的方法 /* 对一个变量int操作和char操作的指令时间不同,所以延时不一样,导致总线错误 char是单字节变量,int是双字节变量,单字节变量自减1和双字节变量自减1耗费 的CPU时间是不同的,换句话说,双字节变量自减1的操作时间要长于单字节变量, 而你这个延时程序纯粹就是靠CPU循环进行固定次数的自减操作实现的,所以 单字节变量变成双字节变量以后,自减操作的次数不变,延时时间会增长。 */(The precise time delay method of si