搜索资源列表
单片机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.
C(delay)
- C语言精确延时,对于初学单片机的同学很有帮助,希望大家能喜欢!
C51单片机中的C语言精确延时的资料和例子
- 基于单片机的精确延时原理,及其常用的方法,其中给出了详细的程序,使读者方便易懂
单片机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.
C(delay)
- C语言精确延时,对于初学单片机的同学很有帮助,希望大家能喜欢!
LCD
- 极其强大的51单片机驱动128*64液晶C51程序,原创!亮点在于仅需改变1位参数便可自由控制串行、并行控制模式!内含画点、画直线,绘图等常用功能,包含精确型毫秒级延时函数,真正收藏级的源码!已在开发板上完整通过调试-51 Singlechip extremely powerful driver 128* 64 LCD C51 procedure, originality! Bright spot is the only change
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 pr
51delay
- 51单片机用红外或其他方面的精确延时,希望对大家有帮助-51 SCM infrared or other precision delay
Delay
- 用c8051f020单片机产生50ms的精确延时程序-Microcontroller with c8051f020 delay procedures produce accurate 50ms
delay
- 单片机1ms精确延时的c语言实现,for循环,已经通过keil仿真计时验证,-The microcontroller 1ms accurate delay c language, for circulation, has been verified by keil simulation timing
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 p