搜索资源列表
C51精确延时
- 51单片机,精确延时小函数.提供500ms,200ms,10ms,1s的精确延时,直接调用即可.-51 microcontroller, small precision delay function. For 500ms, 200ms, 10ms, the precise 1s delay, can be called directly.
16ucosii
- 在ATmega16芯片上移植的ucosii系统应用,使用ICCAVR编译器。由于ATmega16芯片仅仅有16k的rom和1k的ram,因此这个移植范例中仅使用了系统延时函数来点亮led。-the ATmega16 chip transplant ucosii applications, use ICCAVR compiler. As ATmega16 mere 16k chip rom the 1k and the ram, Therefore, the transplant use only
C51sercom
- 键盘接口的CX51驱动程序。程序由主函数,读键盘函数和延时函数组成-keyboard interface CX51 driver. Procedures by the main function, keyboard functions and the time delay function composition
keilcdelayfunction
- keil下用C语言实现较精确的延时函数,配有说明
LCD
- 极其强大的51单片机驱动128*64液晶C51程序,原创!亮点在于仅需改变1位参数便可自由控制串行、并行控制模式!内含画点、画直线,绘图等常用功能,包含精确型毫秒级延时函数,真正收藏级的源码!已在开发板上完整通过调试
HD7279驱动
- HD7279与51的驱动,主要修正了延时函数及按键函数,按键采集通过中断采集。-HD7279 51 and the driver, amended the delay function keys and function keys acquisition through acquisition interruption.
Delay50us.rar
- 一个精确的50uS软件延时函数 特别在系统设计时定时器不够用的情况下特别方便,不过要注意单片机的晶振 默认的是11.0592M 不一样时需要对初始值进行修改,An accurate delay function 50uS software systems, especially in the design of the timer used in circumstances not special facilities, but attention should be paid to SCM i
yanshi.rar
- 给予VHDL的延时函数 是简单的开始时间的延时,VHDL delay to the start of the function is a simple time delay
Float-light
- STC89C52RC单片机流水灯小程序,通过延时函数进行延时的实例-STC89C52RC microcontroller water light small small small small small program
PWM_STC12C5A60S2
- 用STC12C5A60S2控制直流电机,PWM控制转速,按键s1、s2控制加速减速 因只控制一路电机所以只用到一路PWM,若用到两路则打开另一路即可 晶振为22.1184MHz,使用其他晶振时把延时函数改一下即可。-DC motor control with STC12C5A60S2, PWM speed control, key s1, s2 control the acceleration and deceleration due to motor all the way to co
delay
- 51单片机中一些常用的延时函数,比较常用所以放在上面来,大家参考一下-51 single-chip delay function, commonly used so on top, we refer to
Delay
- c51用延时函数 支持晶振频率调节 包含毫秒 微秒 精确校准-c51 used time-lapse function, support the crystal frequency adjustment with millisecond microsecond precision calibration
delay延时函数
- 用C语言编写,能够实现1秒,1毫秒精确延时(the program can delay 1s or 1ms with C.)
STM32_DelayUs
- STM32通用精确us延时函数;包含标准库和HAL库两种,直接声明调用即可。(STM32 HAL library common precision us delay function; standard library to use as long as the corresponding parameter variable to standard library format can be.)
1. 测试节拍延时函数的延时时间
- 测试节拍延时延时时间 ,ucos iii(Test time delay delay time, UCOS III)
第10天定时器作业1_us_ms延时函数添加
- 实现精准的延时,定时器的配置等等,想要多久的延时,就多少,超出用循环(sdjashdajsgdasjgasjf)
delay_1ms
- 51单片机1ms延时函数,可粗略延时1ms的时间(51 single chip microcomputer 1ms delay function)
新建 WinRAR ZIP 压缩文件
- 延时函数 可以延时1s到100s不等延时函数 可以延时1s到100s不等(Delay function can delay 1s to 100s You can choose the delay function you need)
STC8_Delay
- 次代码是针对STC8系列的单片机的延时函数,使用 此代码可以直接添加调用,程序自动获取内部系统时 钟后初始化延时函数。只要是ISP软件默认的时钟频 率都可以应用(特殊频率除外) 该代码为初版,还存在很多缺陷,请各位大佬勿喷,谢谢! 注意: 次代码仅适用于STC公司最新的STC8系列单片机(Delay Function of Single Chip Microcomputer)
延时函数C代码
- 延时函数C代码, 8051内核, 亲测可用