搜索资源列表
cherry
- it is serviavilance programs for 89c51 having i2c delay using timer voice recording using voice recorder and play back dialling with pstn line sensing inputs .
serialandtimer
- timer of atmega8 uised to create time delay and interrupts
5
- 定时器实验: 实验得到的结果为,四个8段数码管显示1234,当按下某键盘后,就会产生定时中断,四个8段数码管只会点亮相对应的那个,在一定延时后,四个8段数码管又恢复显示1234。 在flash调试时,需要修改RO BASE为0x00000000,其他不用修改,重新编译下载就可运行。 注意:由于系统产生中断,程序计数器就会跳到0x18处执行中断服务子程序,所以不能在SDRAM调试。 -Timer experiment: the experimental results for
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.
The-use-of-timers
- 相对前面的软件延时,定时器的延时更为精确。-Relative to the previous software delay, delay timer more accurate.
SysTick
- stm32中利用系统滴答定时器产生的1ms时基准确延时程序,用于LED灯地闪烁-the use of the system tick timer stm32 produce accurate time-base 1ms delay program for the LED light flashing
aixunle
- 单片机的内容,实现定时器的设计,C8F8051F340固定延时,并且能够实现等的闪烁-SCM content, to achieve the design of the timer, C8F8051F340 fixed delay, such as blinking and can achieve
time-ON-delay
- C++ code for CodeVisionAVR and tiny13 for delay ON timer.
main
- 利用定时器制造精确延时来控制ok6410的工作情况-Timer manufacture of precision delay control ok6410 the work
dan
- 单片机C语言,程序显示00-60秒计时(软件延时)-SCM C language, the program displays the 00-60 second timer (software delay)
timer
- this the timer program.this program is used for with maintain delay functions by using timers..this is an embedded c program-this is the timer program.this program is used for with maintain delay functions by using timers..this is an embedded c progr
59-seconds-timer
- 59秒计时器(利用定时器延时,查询法)软件延时的计时相比,此采用定时器的方法,不但节省了单片机的资源,而且定时精度高。故做精确定时或者单片机资源有限时,提倡用定时器的方法。这里采用的是定时器0工作于模式1。用的是查询法。-The 59-second timer (using the timer delay, delay the timing of the inquiry method) software compared to the method of using the timer will
FMO
- 基于STM710芯片的FMO编解码设计,采用定时器控制延时的方法实现,误差小-Delay timer control, based on the the STM710 chip FMO codec design, small errors
interrupt1
- 1:P1口接8个LED,单脉冲电路的负脉冲端接到单片机的P3.2引脚上。编写程序,使定时器0的中断方式产生100ms的延时,实现8个LED的亮点流动。在流动的过程中,如果按下单脉冲键,8个LED的发光状态将改变为同时闪烁,闪烁8次恢复亮点流动(闪烁时间间隔由延时程序完成)。 -1: P1 mouth 8 LED the negative pulse end of the single-pulse circuit connected to the MCU P3.2 pin. Writing p
C51_UART
- 将实验箱232通信的接收端与发送端短接,P1.0接一个发光二极管,编写串口自发自收(查询方式)通信程序,检查本单片机的串口是否完好,如果发送字符与接收字符一致,则P1.0亮一秒灭一秒闪亮;否则,P1.0熄灭。设fosc=11.0592MHz,波特率为9600。要求用定时器T0实现1S的延时。 -Shorted to the experimental box 232 receiving end of the communication with the sender, P1.0 by a li
Pronunciation-keys
- 按下不同的按键会是 SOUNDER 发出不同频率的声音。本例使用延时函数实现不同频率的声音 输出,以后也可使用定时器 -Press a different key is the SOUNDER issued different frequencies of sound. This example uses the sound output of the delay function of different frequencies, can also be used later timer
TIMER_Test
- TI公司生产的低功耗蓝牙芯片CC2540基础实验-使用定时器,完成GPIO实验中的LED显示延时 -TI' s low-power Bluetooth chip production CC2540 basic experiment- using a timer to complete the experiment GPIO LED display delay
delay.X
- dealy funtion pic32. internal timer is used to set the delay for microseconds, millis
liushuideng
- 采用51单片机,分别用延迟法和定时器法实现流水灯的8位循环。-Using 51 microcontroller, respectively, to achieve law and delay timer law of eight light water cycle.
TIMER
- 采用的主控芯片LPC1768系列CORTEX-M3内核处理器,时钟晶振XT=12MHZ,系统时钟96MHZ,外部时钟PLCK.定时器匹配 查询定时器停止位、定时器匹配 查询中断标志:本程序利用定时器产生1S的时间中断,同时切换LED状态,采用查询方式 定时器匹配 定时器硬件延时函数:本程序使用定时器作为硬件延时函数;定时器匹配 定时器硬件延时函数: 本程序利用定时器产生1S的时间中断,同时切换LED状态,采用中断方式;定时器匹配输出:本程序利用定时器产生1S的时间中断,同时切换LED状态-Usi
