代码搜索:PC5

找到约 120 项符合「PC5」的源代码

代码结果 120
www.eeworm.com/read/350694/10719160

h pwbop.h

/*LED Control */ #define SET_OKLED asm("sbi 0x15,5") /*PC5 */ #define SET_NGLED asm("sbi 0x15,4") /*PC4*/ #define SET_SW2LED asm("sbi 0x18,4") /*PB4*/ #define SET_SW1LED asm("sbi 0x1
www.eeworm.com/read/460889/7238737

c Копия lcd.c

// PC0 -> LCD DB7 // PC1 -> LCD DB6 // PC2 -> LCD DB5 // PC3 -> LCD DB4 // PC4 -> LCD E // PC5 -> LCD R/W // PC6 -> LCD RS // PC7 -> LCD BackLight // // PD0 -> // PD1 -> // PD2 -> // PD
www.eeworm.com/read/152021/5677444

c 12-4.c

#include //功能引脚定义 //#define A0 BIT(PC6) //数据1/命令0选择 sbit A0 = P1^4; //#define WR BIT(PC5) //读1/写0 sbit _WR = P1^3; //#define E1 BIT(PC4) //片选1(Master) sbi
www.eeworm.com/read/217469/14961694

c 12-4.c

#include //功能引脚定义 //#define A0 BIT(PC6) //数据1/命令0选择 sbit A0 = P2^0; //#define WR BIT(PC5) //读1/写0 sbit _WR = P2^1; //#define E1 BIT(PC4) //片选1(Master) sbi
www.eeworm.com/read/11213/213133

c 12-4.c

#include //功能引脚定义 //#define A0 BIT(PC6) //数据1/命令0选择 sbit A0 = P1^4; //#define WR BIT(PC5) //读1/写0 sbit _WR = P1^3; //#define E1 BIT(PC4) //片选1(Master) sbi
www.eeworm.com/read/310837/3689977

c 12-4.c

#include //功能引脚定义 //#define A0 BIT(PC6) //数据1/命令0选择 sbit A0 = P1^4; //#define WR BIT(PC5) //读1/写0 sbit _WR = P1^3; //#define E1 BIT(PC4) //片选1(Master) sbi
www.eeworm.com/read/430312/1933444

c 12-4.c

#include //功能引脚定义 //#define A0 BIT(PC6) //数据1/命令0选择 sbit A0 = P1^4; //#define WR BIT(PC5) //读1/写0 sbit _WR = P1^3; //#define E1 BIT(PC4) //片选1(Master) sbi
www.eeworm.com/read/293446/8294273

c can18b20.c

#include #include #include "mcp2515.h" #define fosc 7372800 //晶振7.3728MHZ #define DQ (1
www.eeworm.com/read/293446/8294276

_c can18b20._c

#include #include #include "mcp2515.h" #define fosc 7372800 //晶振7.3728MHZ #define DQ (1
www.eeworm.com/read/429364/8810202

c 11-5.5.c

#include //功能引脚定义 //#define A0 BIT(PC6) //数据1/命令0选择 sbit A0 = P1^4; //#define WR BIT(PC5) //读1/写0 sbit _WR = P1^3; //#define E1 BIT(PC4) //片选1(Master) sbit E1 = P1^1;