代码搜索结果
找到约 10,000 项符合
PWM 的代码
pwm.c
//***************FileName:PWM.C***************//
//***************ICCAVR V6.30编译*****************//
#include
#define uchar unsigned char
#define uint unsigned int
pwm.mp
NOTE: AVR Code addresses are word addresses
All other addresses (including ones in FLASH) are byte addresses
Area Addr Size Decimal Bytes (Attributes)
----------
pwm.prj
[Compiler Options]
Edit1=c:\icc\include\
Edit2=c:\icc\lib\
Edit8=
CheckBox1=0
CheckBox2=1
Edit3=
Edit4=
Edit11=16
Edit13=
ComboBox1=0
Edit9=8192
Edit10=512
ComboBox2=13
RadioGroup1=0
Ed
pwm.lis
.module PWM.C
.area data(ram, con, rel)
0000 _Table::
0000 .blkb 2
.area idata
0000 3F06
pwm.src
[Files]
PWM.C
[Headers]
C:\icc\include\io8535v.h
[Documents]
pwm.lk
PWM.o
pwm.asm
ADC EQU 35H
CLOCK BIT P2.4 ;定义ADC0808时钟位
ST BIT P2.5
EOC BIT P2.6
OE BIT P2.7
PWM BIT P3.7
ORG 00H
SJMP START
ORG 0BH
LJMP INT_T0
START: MOV TMOD,#02H ;
MOV
pwm.lis
.module pwm.c
.area text(rom, con, rel)
0000 .dbfile F:\项目\直流电机\pwm.c
0000 .dbfunc e timers_init _timers_init f