代码搜索:PC5

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

代码结果 120
www.eeworm.com/read/364007/9926262

h 1602.h

#include #include #define uchar unsigned char #define uint unsigned int #define RS_1602 PC5 #define RW_1602 PC6 #define E_1602 PC7 #define SET_RS_1602 PORTC |=(1
www.eeworm.com/read/362576/9990480

h d4094.h

#include #include #define DATA_4094 PC4 #define CLK_4094 PC5 #define STR_4094 PC6 #define SET_DATA_4094 PORTC |=(1
www.eeworm.com/read/396886/8084984

h d4094.h

#include #include #define DATA_4094 PC4 #define CLK_4094 PC5 #define STR_4094 PC6 #define SET_DATA_4094 PORTC |=(1
www.eeworm.com/read/222703/14679507

h stdlib.h

7 #define PC6 6 #define PC5 5 #define PC4 4 #define PC3 3 #define PC2 2 #define PC1 1 #define PC0 0 #define DDC7 7 #define DDC6 6 #
www.eeworm.com/read/15978/641163

h ov7670.h

#ifndef _OV7670_H #define _OV7670_H #include "SCCB.h" #define CHANGE_REG_NUM 167 #define OV7670_HREF_BIT GPIO_Pin_5//PC5 #define OV7670_VSYNC_BIT GPIO_Pin_4//PC4 #define
www.eeworm.com/read/369592/9638867

c main.c

#include"comm.h" #include"ds1307.h" #include"twi.h" #include"uart.h" #include"stdlib.h" //初始化 static void IoInit(void) { DDRC=0; //PORTC=_BV(PC5)|_BV(PC4);//上拉电阻开 atmage8 P
www.eeworm.com/read/185152/9054705

m minparams.m

function [T, R, Int, errs] = minParams( IInt, PC1, PC2, PC3, PC4, PC5, PC6 ) % DEVELOPMENT PHASE % % [T, R, Int, errs] = minParams2( Sp, Int, Ip1, Ip2, Ip3 ) % % computes the camera parameters using i
www.eeworm.com/read/396886/8084902

_c 4094._c

/*4094显示模式 基于实验板接线方式 */ #include #include #define DATA_4094 PC4 #define CLK_4094 PC5 #define STR_4094 PC6 #define SET_DATA_4094 PORTC |=(1
www.eeworm.com/read/303648/13810697

c ds1302.c

#include #include #define uchar unsigned char #define uint unsigned int //ds1302引脚配置 #define DS1302_RST 4 //pC4 #define DS1302_SDA 5 //pC5 #define DS1302_SCLK 6 //pC
www.eeworm.com/read/252463/12281131

c try.c

#include #include void main() { while(1) { DDRC=0XFF; PORTC=(0