代码搜索:rd4
找到约 9 项符合「rd4」的源代码
代码结果 9
www.eeworm.com/read/301090/13866487
txt 真值表.txt
IM24400控制真值表
AB AT
H L
U 下桥开 1 .0 O RD4=o,RD5=1
上桥开 0 .1 1 RD4=1,RD5=0
BB BT
V 下桥开 1 .0 O RD2=o,RD3=1
www.eeworm.com/read/256119/12025241
tdf guolu.tdf
SUBDESIGN guolu
(
RESET : INPUT;
rd0 : INPUT;
rd1 : INPUT;
rd2 : INPUT;
rd3 : INPUT;
rd4 : INPUT;
rd5 : INPUT;
rd6 : INPUT;
rd7 : INPUT;
ale : INPUT;
wr_oe : OUTP
www.eeworm.com/read/464533/7156725
c lcd12864.c
#include
#define uint unsigned int
#define uchar unsigned char
#include
#define RS RD2
#define CS2 RD1
#define CS1 RD0
#define E RD4
#define RW RD3
#define
www.eeworm.com/read/245557/12794438
h rs485.h
#define OUTPUTS_ON RD4
#define PKT_START 0x02
#define PKT_STOP 0x04
#define PKT_WAIT_START 0
#define PKT_WAIT_ADDR 1
#define PKT_WAIT_LEN 2
#define PKT_WAIT_CMD 3
www.eeworm.com/read/360660/10082579
txt keyboard.txt
keyscan ;RD7~RD4为行线,RB3~RB0为列线
;有键按下时value为位置码无按下时value为ffh
bank1 ;选择体1,使得D和B端口为输入
bcf option_reg,7
www.eeworm.com/read/488787/6485505
txt pic16f946_i2c.txt
#include
#define SCL RD5 //FM24C16-6
#define SDA RD4 //FM24C16-5
#define WP RD3 //写保护
#define LED RC3
#define SCL_DIR TRISD5 //1
#define SDA_DIR TRISD4
www.eeworm.com/read/311470/13630416
h port_def.h
//开关信号定义
#define NBD_DRV_A RD7
#define NBD_DRV_B RD6
#define LINE_ON_A RD5
#define LINE_ON_B RD4
#define LINE_OFF_A RD3
#define LINE_OFF_B RD2
#define VC4_ON RD1
//ADC
www.eeworm.com/read/170895/9780972
h main.h
//变量类型标识的宏定义
#define Uchar unsigned char
#define Uint unsigned int
// 控制引脚定义,不同的连接必须修改的部分
sbit RD1 = P2^0;
sbit RD2 = P2^1;
sbit RD3 = P2^2;
sbit RD4 = P2^3;
sbit BUSY1 = P2^4;
sbi