代码搜索:多总线测试

找到约 10,000 项符合「多总线测试」的源代码

代码结果 10,000
www.eeworm.com/read/484738/6573881

txt i2c总线及e2prom多字节存储(page wirte)单个读(random read).txt

#include #include #define uchar unsigned char uchar sj[6]={1,8,5,9,5,0};//时钟显示时间储存数组 uchar *p=sj;//指向上面数组的指针 uchar a,b,c,d,t; void display(uchar *m); void start(); void st
www.eeworm.com/read/425610/10344859

-

LM3S系列ARM用GPIO模拟并行总线扩展32KB SRAM PF0~PF7 D0~D7(数据总线) PA0~PA7 A0~A7(地址总线低8位) PB0~PB7 A8~A15(地址总线高8位) PB7 /CE(片选) PC4 /WE(写使能) PC5 /OE(读使能
www.eeworm.com/read/337930/12333144

txt iic.txt

IIC总线模拟程序 发布时间:2005年2月19日 点击次数:2572 详细内容:IIC总线模拟程序 文件: PCF8563T.C 1 /**———————————————————— 2 〖说明〗I2C总线驱动程序(用两个普通IO模拟I2C总线) 3 包括100Khz(T=10us)的标准模式(慢速模式)选择, 4 和400Khz(T=2.5us)的快速模式选择,
www.eeworm.com/read/242302/13041680

html 2173.html

多工 多工
www.eeworm.com/read/114100/15091980

html 2173.html

多工 多工
www.eeworm.com/read/471811/1420480

java role.java

/** * */ package com.qrsx.qrsxcrm.model; import java.util.Set; /** * 角色实体对象 与权限为多对多 * * @author Administrator * */ public class Role { private String id; // 主键 pr
www.eeworm.com/read/192685/8322518

html 2173.html

多工 多工
www.eeworm.com/read/284701/8908434

c i2c.c

/* ========================================================================= * I2C总线基本操作函数 * =========================================================================*/ /* 全局符号定义 */ #define HI