搜索资源列表
51yscx-C
- 应用单片机的时候,经常会遇到需要短时间延时的情况。需要的延时时间很短,一般都是几十到几百微妙(us)。有时候还需要很高的精度,比如用单片机驱动 DS18B20的时候,误差容许的范围在十几us以内,不然很容易出错。
delay
- 这是一个430的延时程序,能够比较精确的延时n us,或者n ms
51yscx-C
- 应用单片机的时候,经常会遇到需要短时间延时的情况。需要的延时时间很短,一般都是几十到几百微妙(us)。有时候还需要很高的精度,比如用单片机驱动 DS18B20的时候,误差容许的范围在十几us以内,不然很容易出错。-Application of SCM often encounter the need for a short time delay situation. Needs delay time is very short, usu
delay
- 这是一个430的延时程序,能够比较精确的延时n us,或者n ms-This is a delay of 430 procedures, can be more precise delay n us, or n ms
lcd
- 很精简的LCD12864程序!!!对大家绝对有用,有高效的程序,不用一个延时程序-Very concise procedures LCD12864! ! ! Definitely useful for all of us, there are efficient procedures, without a delay procedure
ExactDelay
- 用C语言写出来程序非常的简练,它是一种模块化的语言,一种比汇编更高级的语言,但是就是这样一种语言也还是有它不足之处:它的延时很不好控制,我们常常很难知道一段延时程序它的精确延时到底是多少,这和汇编延时程序没发比。但有时后写程序又不得不要用到比较精确的延时,虽然说可以用混合编程的方式解决,但这种方式不是每个人都能掌握,且写起来也麻烦。所以,通过测试我给大家提供一个延时子程序模块,并以此给一个出我们经常用到的延时的数据表格-Using C
KeilC_delay_study
- 应用单片机的时候,经常会遇到需要短时间延时的情况。需要的延时时间很短,一般都是几十到几百微妙(us)。有时候还需要很高的精度,比如用单片机驱动DS18B20的时候,误差容许的范围在十几us以内,不然很容易出错。这种情况下,用计时器往往有点小题大做。而在极端的情况下,计时器甚至已经全部派上了别的用途。这时就需要我们另想别的办法了。-delay
DSP280x_usDelay
- 用于C2000的标准汇编语言子程序,用于进行微妙级延时程序。-us delay
Good
- C语言STC单片机精确到us级延时程序函数,可以随意调用,指令不变。-C-STC-class single-chip delay us precise procedures to function, can call the same command.
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
COM
- 1T单片机延时程序头文件代码,us,ms,s延时直接调用,无需再写-1T delay program header file code for MCU
003-BUZZ
- 驱动无源蜂鸣器实验。 1、定时器实验,用定时器的CTC模式驱动无源蜂鸣器,是否输出由按键0控制。 2、内部1 M晶振,程序采用单任务方式,软件延时,驱动无源蜂鸣器由定时器硬件完成。 3、进行此实验请插上BUZ短路块。 4、此实验让大家了解定时器里面的CTC功能,从而可以利用它来产生频率信号。-Driven passive buzzer experiments. 1, timer experiment, using
delay
- 此模块中含有准确的延时数据模块,能起到准确延时的作用,为我们写延时提供的准确的数据-This module contains accurate delay data module, can play the role of accurate delay, delay for us to write the data to provide accurate
12864-LCD-display-dictionaries
- uS延时函数,含有输入参数 unsigned char t,无返回值 unsigned char 是定义无符号字符变量,其值的范围是 0~255 这里使用晶振12M,精确延时请使用汇编,大致延时 长度如下 T=tx2+5 uS -uS delay function, with input parameters unsigned char t, unsigned char has no return value is d
usyanshi
- MSP430F149下的s级别,us级别,ms级别延时,函数已经封装好,每个地方都可以用到。-MSP430F149 under the s level, US level, ms level delay function, has a good package, each place can be used.
Delay
- stm8 通用延时函数 能根据时钟自动计算 uS不是很精确-stm8 generic delay function is automatically calculated based on the clock uS not very accurate
TS1620
- void OUT_DATA(unsigned char NEW_DATA) /*** *** *** *** *** *** *** *** *** *** *** *** *** */ void lcd_delay_us(unsigned char us) // 延时微秒@12M,ms最大值255 void lcd_delay_ms(unsigned int ms) // 延时毫秒@12M,ms最大值255 //
18b20
- 在这个实验中最重要的是时序,因为要精确到us,所以找到合适的延时函数很重要。之前网上有一些关于51的和PIC的精确延时函数,我试了下,还要去仿真,很不方便,后面搞了很久发现了一个很好的延时函数,我已经把它用红色标注出来了,抓好了延时,这程序基本没什么问题了。-In this experiment is the most important thing in sequence, because want to us, so it s ve
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.)
wkq
- stm32030 HAL库驱动 oled +4路adc采集+中间值滤波算法(stm32f030 oled adc his file provides firmware functions to manage the following functionalities of the Analog to Digital Convertor (ADC) peripheral:)