代码搜索结果
找到约 10,000 项符合
PWM 的代码
pwm.plg
礦ision3 Build Log
Project:
C:\Documents and Settings\baiyang\My Documents\51 lab\pwm test\pwm.uv2
Project File Date: 04/08/2008
Output:
Build
pwm.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 {
pwm.hex
:0300000002000EED
:0C000E00787FE4F6D8FD75810B020055E8
:0800AD0002080000020A000035
:03000B0002009A56
:10009A00C0E0758CF8758ACC0509E5097002050877
:0300AA00D0E03271
:0200030080FE7D
:10001A00020003
pwm.c
#include
sbit p10=P1^0;
sbit p11=P1^1;
int t=0;
void timer() interrupt 1
{
TH0=0XFC;
TL0=0X66;
t++;
}
void main()
{
p10=0;
TMOD=0X00;
TH0=0XFC;
TL0=0X66;
EA=1;
ET0=1;
pwm.lnp
"STARTUP.obj",
"pwm.obj"
TO "pwm"
pwm.plg
礦ision3 Build Log
Project:
C:\Documents and Settings\baiyang\My Documents\51 lab\PWM\pwm.uv2
Project File Date: 04/07/2008
Output:
Build targe
pwm.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 {
pwm.hex
:0300000002000EED
:0C000E00787FE4F6D8FD758109020055EA
:0400030002080000EF
:03000B000200BB35
:1000BB00C0E0758CFC758A660509E50970020508B8
:0300CB00D0E03250
:10009A00C290E4F589758CFC758A66D2AFD2A9D
pwm.lst
C51 COMPILER V8.08 PWM 04/15/2008 07:51:06 PAGE 1
C51 COMPILER V8.08, COMPILATION OF MODULE PWM
OBJECT MODULE PLACED IN pwm