代码搜索:PWM
找到约 10,000 项符合「PWM」的源代码
代码结果 10,000
www.eeworm.com/read/19154/817649
dni pwm.dni
[Interrupts]
Enabled=1
[MemoryMap]
Enabled=0
Base=0
UseAuto=0
TypeViolation=1
UnspecRange=1
ActionState=1
[JLinkDriver]
WatchCond=_ 0
Watch0=_ 0 "" 0 "" 0 "" 0 "" 0 0 0 0
Watch1=_ 0 "" 0 "
www.eeworm.com/read/19160/818581
hex pwm电机.hex
www.eeworm.com/read/19160/818585
asm pwm电机.asm
LEN EQU 30H ;高电平比例初值存放单元
GAO DATA 31H ;高电平存放单元
DI DATA 32H ;低电平存放单元
GORD BIT 20H ;高电平或低电平位判断存放单元
ORG 0000H
AJMP MAIN
ORG 000BH
AJMP DVT0
ORG 0030H
MAIN:MOV LEN,#10
www.eeworm.com/read/19160/819122