代码搜索:串行闪存

找到约 5,515 项符合「串行闪存」的源代码

代码结果 5,515
www.eeworm.com/read/129305/6330832

txt 串行驱动led显示.txt

//串行驱动led显示, //一个74hc595位移寄存器驱动三极管驱动led位, //两个74hc595驱动led段,方式位5位x8段x2=10个数码管 //5分频,每次扫描时间位1.25ms //定义特殊符号 #define nul 0xf #define qc 0xc #define qb 0xb #define q_ 0xa #define q__ 0xd
www.eeworm.com/read/482424/6624575

bak 串行双工_opt.bak

### uVision2 Project, (C) Keil Software ### Do not modify ! cExt (*.c) aExt (*.s*; *.src; *.a*) oExt (*.obj) lExt (*.lib) tExt (*.txt; *.h; *.inc) pExt (*.plm) CppX (*.cpp) DaveTm {
www.eeworm.com/read/482424/6624576

plg 串行双工中断方式.plg

礦ision3 Build Log Project: C:\Documents and Settings\Administrator\桌面\ex-16\串行双工中断方式.uv2 Project File Date: 05/14/2009 Output:
www.eeworm.com/read/482424/6624580

uv2 串行双工.uv2

### uVision2 Project, (C) Keil Software ### Do not modify ! Target (Target 1), 0x0000 // Tools: 'MCS-51' Group (Source Group 1) File 1,1, 0x0 Options 1,0,0 // Target
www.eeworm.com/read/482424/6624582

hex 串行双工中断方式.hex

:10002600759850758920758DE6D28E7590FFAF90C4 :1000360075A0FFD2AFD2ACEF659060FBAF90859014 :08004600993099FDC29980EF89 :0300230002000FC9 :06000F008599A0C29832A1 :03000000020003F8 :0C000300787FE4F6D
www.eeworm.com/read/482424/6624585

c 串行双工中断方式.c

#include #define uchar unsigned char void main() { uchar temp; SCON=0x50; //设置串口工作在模式1 TMOD=0x20; // 定时器1工作在模式2 TH1=0x0e6; //设定波特率1200波特 TR1=1; //启动定时器1 P1=0xff;