代码搜索:I2C驱动
找到约 10,000 项符合「I2C驱动」的源代码
代码结果 10,000
www.eeworm.com/read/456702/7340536
doc i2c实验.doc
www.eeworm.com/read/396843/8087753
txt i2c程序.txt
/*VIICC.H*/
#pragma db cd small
#include
#include
#define NOP nop ( ); nop ( ); nop ( ); nop ( )
#define SDA P1^7
#define SCL P1^6
void sta( );
void cack( );
void stop
www.eeworm.com/read/138801/13211290
pdf i2c总线.pdf
www.eeworm.com/read/322036/13390794
doc i2c总线.doc
www.eeworm.com/read/309922/13661932
c main(i2c).c
/******************************************************************************************
文件名: main(I2c).c
文件功能: 程序主文件
创建人:
创建日期: 2007年5月13日
***************************************************
www.eeworm.com/read/307749/13715486
c i2c程序.c
#pragma db cd small
#include
#include
#define NOP nop ( ); nop ( ); nop ( ); nop ( )
#define SDA P1^7
#define SCL P1^6
void sta( );
void cack( );
void stop( );
void mn
www.eeworm.com/read/491238/6437993
txt i2c程序.txt
*****************定义数据寄存器******************
SDA BIT P3.0
SCL BIT P3.1
ACK BIT 10H ;应答标志位
SLA DATA 50H ;器件地址字
SUBA DATA 51H ;SUBA器件子地址
****
www.eeworm.com/read/479261/6690712
i2c总线实验
www.eeworm.com/read/404017/11493002
rar i2c仿真.rar
www.eeworm.com/read/155822/11844886