搜索资源列表
T0
- 基于LPC2210上采用定时器来用软件查询中断-LPC2210 based on software used to query the timer interrupt
T0offenpin
- 分频器的设计。基于M16.用T0定时器。有proteus仿真-Divider design. Based on the M16. By T0 timer. There proteus simulation
shumaguanxianshi
- 利用动态扫描和定时器1在数码管上显示出从765432 开始以1/10秒的速度往下递减直至765398并保持显示此数 与此同时利用定时器0以500MS速度进行流水灯从上至下移动 当数码管上数减到停止时,实验板上流水灯也停止 然后全部开始闪烁3秒后(用T0定时) 流水灯全部关闭数码管上显示出“HELLO”。到此保持-have not
interrupttime0
- 定时器T0测试程序 目标器件:ATmega128 编译环境:ICCAVR 6.31A -The timer test program goals prearcing device: ATmega128 Compile environment: ICCAVR 6.31 A
TEXTTEXTTEXT
- 假设单片机时钟频率采用12MHZ,用定时器T0使P1口各位都输出周期为100ms的方波,同时使LED闪烁。-Assumptions microcontroller clock frequency using the P1 port 12MHZ, timer T0 Members output square wave with a period of 100ms, while the LED flashes.
ad-adn-t0
- 开始入门学习AVR单片机的功能应用,AD转换盒T0定时器-start enter AVR study ,AD trAND T0
CCU_05
- 此程序使用CAPCOM6的CC6x(0~2)和COUT6x(0~3)输出7路PWM波形,并利用定时器T0定时中断更新它们的占空比。(This file contains functions that use the CCU6 module.)
2-GPT_Buzzer
- 此程序通过定时器T0定时中断改变P0.3口输出的方波频率,驱动蜂鸣器后即可发出各种不同声音。(This file contains the Project initialization function.)
EX02
- 使用T1作为定时器(定时时间为50毫秒),T0作为计数器(对电机测速电路产生的脉冲进行计数,1脉冲/转)。(wSpeed = TH0 * 256 + TL0; TL0 = 0; TH0 = 0; bRefreshDisp = 1;)