代码搜索:PWM
找到约 10,000 项符合「PWM」的源代码
代码结果 10,000
www.eeworm.com/read/313491/13586515
hex pi_pwm.hex
:0300000002003BC0
:0C003B00787FE4F6D8FD758108020047CC
:10002900EFD39400400B7E0F7D0ADDFEDEFA1F80C0
:01003900EFD7
:01003A0022A3
:10000300E508C394E740037508FAE508D3940A505A
:100013000375080AC2A1C37
www.eeworm.com/read/313491/13586523
lst pi_pwm.lst
C51 COMPILER V7.08 PI_PWM 08/22/2007 11:32:28 PAGE 1
C51 COMPILER V7.08, COMPILATION OF MODULE PI_PWM
OBJECT MODULE PLACED IN
www.eeworm.com/read/313491/13586525
c pi_pwm.c
#include
#include
sbit P1_1=P2^1;
sbit P1_0=P2^0;
unsigned char a;
void delay(unsigned char i)
{ unsigned char j,k;
for(;i>0;i--)
for(j=15;j>0;j--)
for(k=10;k
www.eeworm.com/read/313491/13586531
opt pi_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 {
www.eeworm.com/read/313385/13589486
m51 pwm.m51
BL51 BANKED LINKER/LOCATER V6.00 08/03/2006 11:16:36 PAGE 1
BL51 BANKED LINKER/LOCATER V6.00, INVOKED BY:
E:\PROGRAM FILES\KEIL\C51\BIN\B
www.eeworm.com/read/313385/13589490
uv2 pwm.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,2, 0x0
Options 1,0,0 // Targ
www.eeworm.com/read/313385/13589492
bak pwm_opt.bak
### 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/312866/13602825
obj timer_pwm.obj
www.eeworm.com/read/312866/13602828
c timer_pwm.c
#include "SEED-DEC2407.h"
#include "TIMER_PWM.h"
void main()
{
*IFR = 0x3f;
DINT;
SystemInit();
TimerPWMInit();
/* *IMR = 0x02;*/
EINT;
for(;;)
{
}
}
void SystemInit(vo