代码搜索:微机开关
找到约 4,251 项符合「微机开关」的源代码
代码结果 4,251
www.eeworm.com/read/410943/11263639
hex 顺序开关演示.hex
www.eeworm.com/read/410943/11263640
asm 顺序开关演示.asm
;电机的顺序控制电路,用小灯模拟电机,三个电机只能顺序启动,全部启动后才能停止
SW1 BIT P3.0
SW2 BIT P3.1
SW3 BIT P3.2
SW4 BIT P3.3
MOTO1 BIT P1.0
MOTO2 BIT P1.1
MOTO3 BIT P1.2
ORG 00H
MOV P2,#80H
MAIN:JB SW1,$
S1OK:C
www.eeworm.com/read/410943/11263641
bin 顺序开关演示.bin
www.eeworm.com/read/334409/12604414
ewb 开关电源.ewb
Electronics Workbench Circuit File
Version: 5
Charset: ANSI
Description:
""
EncryptionType: 2
UsingVectorGraphics: 0
/000@D0I0?4D
www.eeworm.com/read/334409/12604647
ewb 开关电源.ewb
Electronics Workbench Circuit File
Version: 5
Charset: ANSI
Description:
""
EncryptionType: 2
UsingVectorGraphics: 0
/000@D0I0?4D
www.eeworm.com/read/235321/14074518
hex 红外遥控开关.hex
:020000040000FA
:100020008316FF308500FF308600003087000630E1
:1000300081008312B101B201B301B401B501A00185
:10004000A101A201870187140721871007218714C6
:10005000072187100721051C2E282B288101083035
:10
www.eeworm.com/read/235321/14074519
asm 红外遥控开关.asm
;4 MHz
;RA0红外输入
;用西湖9012-011遥控器做发射控制端。
;信号格式:
;h560us+560us==0 h560us+1680us==1
;头码H4.5ms+4.5ms 地址码:01110000 01110000 数据码+数据反码
;数字“1”键:01110000 01110000 00000000 11111111 (高低位需对调)
;尾码:H56