代码搜索:I2C配置
找到约 10,000 项符合「I2C配置」的源代码
代码结果 10,000
www.eeworm.com/read/188068/8575572
txt i2c程序(c语言).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/285547/8832226
doc i2c驱动的实现.doc
www.eeworm.com/read/284422/8932425
doc i2c(beta2).doc
www.eeworm.com/read/281536/9151039
c i2c读写eeprom程序.c
I2C读写EEPROM程序
[ 2007-5-23 9:34:00 | By: ly_zw ]
#i nclude
#i nclude
#define uchar unsigned char
#define uint unsigned int
sbit SDA=P0^4;
sbit SCL=P0^5;
sbit P0_0=P0^0
www.eeworm.com/read/379145/9206484
txt 主i2c的代码.txt
调用的代码
case C_READ+C_I2C:
return_buf[2] = comm_buf[4]; //
read(comm_buf[3],comm_buf[4],&return_buf[3]);
break;
www.eeworm.com/read/376929/9300305
pdf i2c bus chinese.pdf
www.eeworm.com/read/165098/10076851
txt i2c user program.txt
// ****************************************************************//
//------------- 虚拟 i2c软件包头文件 iic.h -----------------------//
//***************************************************************
www.eeworm.com/read/162257/10322255