代码搜索:timer
找到约 10,000 项符合「timer」的源代码
代码结果 10,000
www.eeworm.com/read/476510/6754732
o timer.o
www.eeworm.com/read/476512/6754789
crf timer.crf
www.eeworm.com/read/476512/6754795
d timer.d
.\Obj\timer.o: ..\Common\src\timer.c
.\Obj\timer.o: ..\Common\inc\LPC230x.h
.\Obj\timer.o: ..\Common\inc\type.h
.\Obj\timer.o: ..\Common\inc\irq.h
.\Obj\timer.o: ..\Common\inc\timer.h
www.eeworm.com/read/476512/6754796
o timer.o
www.eeworm.com/read/476355/6758163
c timer.c
#include
#include
#include
int alphanum = 0;
int counter = 0;
void interrupt far handler(void)
{
if (++counter == 273) // 15 seconds
{
alph
www.eeworm.com/read/410776/11269857
txt timer.txt
;* 三路六个状态开关控制器 *
;* *
;*****************************************
;* S1----对时按钮;S2--对分按钮 *
;* S3--对秒按钮;S4--退出对时 *
;* S5--设定预设值按钮 *
;*****************************************
TS EQU 2DH ;* TS 为秒
www.eeworm.com/read/410776/11269860
txt timer.txt
;* 三路六个状态开关控制器 *
;* *
;*****************************************
;* S1----对时按钮;S2--对分按钮 *
;* S3--对秒按钮;S4--退出对时 *
;* S5--设定预设值按钮 *
;*****************************************
TS EQU 2DH ;* TS 为秒
www.eeworm.com/read/410697/11271496
c timer.c
//#include
#include
#include
//程序目地:简单了解avr定时器的设置--SIGNAL(中断向量)
//模式:定时器1中断模式
//测试方法:把uc_Led输出到io口,例如PORTB(在main函数设置相应的io口为输出)
//演示效果:io口的灯依次闪烁,最低位的改变周期为1
www.eeworm.com/read/265241/11272349
mcp timer.mcp
www.eeworm.com/read/265085/11283980
c timer.c
/***************************************************************************************
****************************************************************************************
* FILE : timer.c