代码搜索:PC5
找到约 120 项符合「PC5」的源代码
代码结果 120
www.eeworm.com/read/205975/15302780
_c ds1302._c
//ICC-AVR 修改日期: 2007-05-01 15:38:44
//PC3:功能按键
//PC4:移位按键
//PC5:加一按键
//PB0:减一按键
// CenWenJiao
// Target : M8
// Crystal: 1.0000Mhz
//2007.05.01 21:08:CC 完成时间调整程序
#include
#include
www.eeworm.com/read/205975/15302796
c ds1302.c
//ICC-AVR 修改日期: 2007-05-01 15:38:44
//PC3:功能按键
//PC4:移位按键
//PC5:加一按键
//PB0:减一按键
// CenWenJiao
// Target : M8
// Crystal: 1.0000Mhz
//2007.05.01 21:08:CC 完成时间调整程序
#include
#include
www.eeworm.com/read/28833/1009848
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;
www.eeworm.com/read/451540/1660549
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;
www.eeworm.com/read/345714/3197219
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;
www.eeworm.com/read/422097/2041499
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;
www.eeworm.com/read/248474/12557611
c 12232bak.c
#include
//功能引脚定义
//#define A0 BIT(PC6) //数据1/命令0选择
sbit A0 = P1^3;
//#define WR BIT(PC5) //读1/写0
sbit _WR = P1^2;
//#define E1 BIT(PC4) //片选1(Master)
sbit E1 = P1^1;
www.eeworm.com/read/353474/10444196
asm 19_549.asm
;//****************************************************************
;文件名:串行A/D转换器TLC549转换程序 FOR 8088
;功能:把模拟信号转换成数字量,并通过数码管显示被转换的数字量。
;接线: 对应连接串行模数转换模块的DATA、CLK、CS_549到8255模块的PC0、PC4、PC5
;
www.eeworm.com/read/461442/7227321
h lcd1602.h
/*接口定义
1 Vss ->Gnd
2 Vdd ->Vcc
3 Vo ->N/A PCB已经接有变阻器
4 Rs ->PC3
5 RW ->PC4
6 En ->PC5
7~14 D0~D7 ->PA0~PA7
15 B+ ->VCC
16 B- ->Gnd
*/
#ifndef _LCD_1602_H
#define _LCD_1602_H 1
#de