代码搜索:Timer0
找到约 1,870 项符合「Timer0」的源代码
代码结果 1,870
www.eeworm.com/read/28492/998779
pwi timer0与timer1控制条形led.pwi
www.eeworm.com/read/28664/1003929
bak timer0控制单只led闪烁_uv2.bak
www.eeworm.com/read/28664/1004668
hex timer0与timer1控制条形led.hex
:06000300010800010900E4
:10010C007580FE75A0FE758911758CC5758A68752C
:0E011C008D3C758BB075A88AD28CD28E80FE79
:03000B000200AA46
:1000AA00C0E0C0D075D000C000C007758CC5758A85
:1000BA00680508E508B40A10
www.eeworm.com/read/28664/1004670
dsn timer0与timer1控制条形led.dsn
www.eeworm.com/read/28664/1004671
pwi timer0与timer1控制条形led.pwi
www.eeworm.com/read/28694/1006060
d timer0控制数码管扫描显示.o.d
TIMER0控制数码管扫描显示.o: ../TIMER0控制数码管扫描显示.c \
C:\WinAVR-20090313\avr\include/avr/io.h \
C:\WinAVR-20090313\avr\include/avr/sfr_defs.h \
C:\WinAVR-20090313\avr\include/inttypes.h \
C:\WinAVR-20
www.eeworm.com/read/29038/1014459
dsn timer0与timer1控制条形led.dsn
www.eeworm.com/read/290829/8458822
c f02x_timer0_two_8bittimers.c
//-----------------------------------------------------------------------------
// F02x_Timer0_two_8bitTimers.c
//-----------------------------------------------------------------------------
// Co
www.eeworm.com/read/387290/8695458
c interrupter.c
#include
#include "define.h"
#include "function.h"
void Timer0(void) interrupt 1
{
//定时自动下降
Auto_Down--;
if(Auto_Down==0)
{keyvalue1=2;Auto_Down=30;}
TH0=0X00;
www.eeworm.com/read/286264/8775797
c t3.c
#include "reg51.h"
sbit P1_0=P1^0;
void Timer0() interrupt 1
{ static Count=0;/*静态变量计数器*/
Count++; /*每次中断计数器加1*/
if(Count>=20) /*如果计数器超过20*/
{ P1_0=!P1_0; /*取返P1.0*/
Count=0; /*计数器清零*/