代码搜索:PORTA

找到约 3,200 项符合「PORTA」的源代码

代码结果 3,200
www.eeworm.com/read/460588/7246827

v porta_in.v

/* //************************************************************************* // Project Name: 8255A的功能设计和分析 // Module Name : PortA_In // Author: 张文涛 // Created: 2006-10-2
www.eeworm.com/read/298164/7972007

gif porta.gif

www.eeworm.com/read/261892/11617073

gif porta.gif

www.eeworm.com/read/11872/235334

gif porta.gif

www.eeworm.com/read/460588/7246826

v porta_out.v

/* //************************************************************************* // Project Name: 8255A的功能设计和分析 // Module Name : PortA_Out // Author: 张文涛 // Created: 2006-10-
www.eeworm.com/read/435978/1858273

hex port okuma ve porta bilgi gönderme.hex

:1000000000308A0004280000840183131F30830518 :1000100083161F149F141F159F11FF308312A10018 :100020008316091283129412A112210883168700E5 :10003000831221162108831687008312A11121083B :1000400083168700013
www.eeworm.com/read/435978/1858274

c port okuma ve porta bilgi gönderme.c

/****************************************************** Uygulama Ad
www.eeworm.com/read/171327/9761251

h main.h

#define A PORTA
www.eeworm.com/read/185475/9035506

txt 说明.txt

“P676_KOQ.ASM”适用于PIC16F676/630做SIMDEC KEELOQ解码器,可以学习15个遥控器,4路解码输出,详细说明如下: 1. 本程序采用“SIMDEC10.ASM”为蓝本,改动后应用于PIC16F676/630,利用了器件内部的EEPROM作为密钥存储器,为用户多提供了3个I/O口,共计5个I/O口(其中<mark>PORTA</mark>.3只能用于做输入口)。 2. DEMO板的 ...
www.eeworm.com/read/208621/15242001

s 7segment.s

/* define symbols of system */ .equ PORTA_MUX, 0x09000000 .equ PORTA_DATA, 0x09001600 .equ PORTA_DIR, 0x09001604 /* define symbol of program */ .set DELAY_CNT, 0x1fffff .text .global _start .code 3