代码搜索:timer
找到约 10,000 项符合「timer」的源代码
代码结果 10,000
www.eeworm.com/read/416107/11041767
obj timer.obj
www.eeworm.com/read/416107/11041773
plg timer.plg
礦ision3 Build Log
Project:
J:\Dixit's Projects\Micocontroller Projects\My Projects\Amit\Three Input Three Output\Timer.uv2
Project File Date: 03/26/2006
www.eeworm.com/read/416107/11041780
lst timer.lst
C51 COMPILER V7.50 TIMER 03/30/2006 19:28:31 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE TIMER
OBJECT MODULE PLACED IN T
www.eeworm.com/read/416107/11041785
c timer.c
#include
#include
#include
#include
sbit relay1=P3^1;
sbit relay2=P3^5;
sbit relay3=P3^6;
//sbit relay4=P3^7;
sbit i1=P1^5;
sbit i2=P1^6;
sbit i3=P1^4;
www.eeworm.com/read/416107/11041787
opt timer.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/416107/11041798
hex timer.hex
:10074B0057454C434F4D4520544F00414C4C494568
:10075B004420454E47472E00492F502031204F4E05
:10076B002054494D453A00492F502032204F4E20FE
:10077B0054494D453A00492F502033204F4E2054B9
:10078B00494D453A004
www.eeworm.com/read/270292/11042919
c timer.c
#include"main.h"
extern volatile jmp_buf env;
void timer(uint time)
{
TCCR1B=(5
www.eeworm.com/read/270292/11042922
h timer.h
#ifndef _TIMER_H
#define _TIMER_H
void timer(uint time);
#endif
www.eeworm.com/read/270292/11042954