代码搜索:PWM驱动

找到约 10,000 项符合「PWM驱动」的源代码

代码结果 10,000
www.eeworm.com/read/168291/9923408

mp 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) ----------
www.eeworm.com/read/168291/9923409

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=8192 Edit10=512 ComboBox2=13 RadioGroup1=0 Ed
www.eeworm.com/read/168291/9923411

lis pwm.lis

.module PWM.C .area data(ram, con, rel) 0000 _Table:: 0000 .blkb 2 .area idata 0000 3F06
www.eeworm.com/read/168291/9923413

src pwm.src

[Files] PWM.C [Headers] C:\icc\include\io8535v.h [Documents]
www.eeworm.com/read/168291/9923415

lk pwm.lk

PWM.o
www.eeworm.com/read/168291/9923423

i pwm.i

www.eeworm.com/read/364029/9924890

dsn pwm.dsn

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