代码搜索:PC4
找到约 124 项符合「PC4」的源代码
代码结果 124
www.eeworm.com/read/180416/9308825
txt 新建 文本文档.txt
电路图说明:
1、R1、R2、D1、D2 组成发光二极管显示,显示过压或过流状态;
2、PC3外接模拟信号
采用内部参考电压所以AREF传电容接地抗干扰AVCC接VCC提供AD转换电压
3、PC5提供164的时钟信号
<mark>PC4</mark>提供串行输入信号
164具有10ma的输出电流,又具有串入并出以及信号锁存的动能,数码管又为共阴管,所以无须另加驱动
这里采用 ...
www.eeworm.com/read/282931/9052619
_tx 硬件说明._tx
硬件资源说明
按键扫描端口PB口
PC1 X
PC2 Y
PC3 A
PC4 B
PC5 C
A B C
X 0 1 2
Y 3 4 5
结果显示
PD
模拟SPI接收引脚
DATA(MOSI) PB1
CLK PB2
SS
www.eeworm.com/read/320311/13428651
c ds1302.c
#include "iom16v.h"
/*复位脚*/
#define RST_CLR PORTC &= ~(1
www.eeworm.com/read/334103/12634430
c ds1302.c
#include "iom16v.h"
/*复位脚*/
#define RST_CLR PORTC &= ~(1
www.eeworm.com/read/334103/12635018
c ds1302.c
#include "iom16v.h"
/*复位脚*/
#define RST_CLR PORTC &= ~(1
www.eeworm.com/read/120838/14786329
h head.h
#include
#include
#define work_state() PORTC|=BIT(PC4) //pwr=1: the RF in work state
#define wait_state() PORTC&=~BIT(PC4) //pwr=0: the RF in wait state
#defi
www.eeworm.com/read/120838/14786344
_h head._h
#include
#include
#define work_state() PORTC|=BIT(PC4) //pwr=1: the RF in work state
#define wait_state() PORTC&=~BIT(PC4) //pwr=0: the RF in wait state
#defi
www.eeworm.com/read/389779/8503899
h define.h
#include
#define TV_POWER_OFF() PORTC|=0x20 //PC4=1
#define TV_POWER_ON() PORTC&=~0x20 // PC4=0
#define TV_POWER_REVERSAL PORTC^=0x10 // ~pc
www.eeworm.com/read/389779/8503910
_h define._h
#include
#define TV_POWER_OFF() PORTC|=0x10 //PC4=1
#define TV_POWER_ON() PORTC&=~0X10 // PC4=0
#define TV_POWER_REVERSAL PORTC^=0x10 // ~p
www.eeworm.com/read/185152/9054699
m calibr8.m
function [T, R, Int, errs, cerr] = calibr8( IInt, maxcount, tolerance, PC1, PC2, PC3, PC4, PC5, PC6 )
% DEVELOPMENT PHASE
%
% [T, R, Int, errs] = calibr8( Int, maxcount, tolerance, PC1, PC2, PC3, PC4