代码搜索:PWm 开发教程
找到约 10,000 项符合「PWm 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/364029/9924897
asm 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
www.eeworm.com/read/362203/10013067
lis pwm.lis
.module pwm.c
.area text(rom, con, rel)
0000 .dbfile F:\项目\直流电机\pwm.c
0000 .dbfunc e timers_init _timers_init f
www.eeworm.com/read/362203/10013069
c pwm.c
#include"iom16v.h"
void timers_init(char a)
{
sbit(DDRD,5);
OCR1A=1024-10.24*a;
OCR1B=0x00;
TCNT1=0x00;
TCCR1A=0xc3;
TCCR1B=0x09;
}
int main(void)
{
timers
www.eeworm.com/read/362203/10013074
s pwm.s
.module pwm.c
.area text(rom, con, rel)
.dbfile F:\项目\直流电机\pwm.c
.dbfunc e timers_init _timers_init fV
; a -> R20
.even
_timers_init::
xcall push_gset1
mov R20,R16
sbiw R
www.eeworm.com/read/362203/10013087
prj 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=16384
Edit10=1024
ComboBox2=9
RadioGroup1=0
E
www.eeworm.com/read/362203/10013098
o pwm.o
XL
H 2 areas B global symbols
M pwm.c
S push_gset1 Ref0000
S cmp32f Ref0000
S _sbit Ref0000
S sub32f Ref0000
S fp2int Ref0000
S int2fp Ref0000
S pop_gset1 Ref0000
S lpm32 Ref0000
S empy32fs
www.eeworm.com/read/362203/10013107
hex pwm.hex
www.eeworm.com/read/362203/10013116
mak pwm.mak
CC = iccavr
CFLAGS = -IC:\icc\include\ -e -DATMEGA -DATMega16 -l -g -Mavr_enhanced
ASFLAGS = $(CFLAGS) -Wa-g
LFLAGS = -LC:\icc\lib\ -g -ucrtatmega.o -bfunc_lit:0x54.0x4000 -dram_end:0x45f -bda