代码搜索:I2C

找到约 10,000 项符合「I2C」的源代码

代码结果 10,000
www.eeworm.com/read/237870/13924153

asm fet140_i2c_12.asm

;****************************************************************************** ; MSP-FET430P140 Demo - I2C, Slave Reads/Writes to MSP430 Master ; ; Description: This example shows the repeated s
www.eeworm.com/read/237870/13924269

asm fet140_i2c_08.asm

;****************************************************************************** ; MSP-FET430P140 Demo - I2C, Master Writes Multiple Bytes to MSP430 Slave ; ; Description: This demo connects two
www.eeworm.com/read/237746/13933923

c mb90092.c

/* THIS SUBROUTINE IS FOR MB90092 READ/WRITE Descripton : the routine read/write the IC MB90092,use I2C communication line. in the specia
www.eeworm.com/read/135375/13937004

c fet140_i2c_09.c

//****************************************************************************** // MSP-FET430P140 Demo - I2C, Master Reads from MSP430 Slave in Repeat Mode // // Description: This demo connects
www.eeworm.com/read/135375/13937008

c fet140_i2c_10.c

//****************************************************************************** // MSP-FET430P140 Demo - I2C, Slave Writes to MSP430 Master RX in Repeat Mode // // Description: This demo connect
www.eeworm.com/read/202534/15379235

c fet140_i2c_09.c

//****************************************************************************** // MSP-FET430P140 Demo - I2C, Master Reads from MSP430 Slave in Repeat Mode // // Description: This demo connects
www.eeworm.com/read/202534/15379244

c fet140_i2c_10.c

//****************************************************************************** // MSP-FET430P140 Demo - I2C, Slave Writes to MSP430 Master RX in Repeat Mode // // Description: This demo connect
www.eeworm.com/read/288370/8638077

c 24c02.c

#include #define uchar unsigned char #define uint unsigned int #define WriteAddress 0xa0 //定义器件在I2C总线中的地址 #define ReadAddress 0xa1 //定义器件在I2C总线中的地址 sbit SCL=P2^0; sbit SDA=P2^1;
www.eeworm.com/read/379145/9206485

txt 在51上用p1口模拟i2c.txt

在51上用P1口模拟I2C 作者:佚名 下面是用普通C51实现的I2C基本电平模拟函数和通用函数。 /* 电平模拟函数和基本读写函数 void IIC_Start(void); void IIC_Stop(void); void SEND_0(void);
www.eeworm.com/read/168010/9942094

txt 串口通信用zlg7290.txt

#include #define uchar unsigned char /*宏定义*/ #define uint unsigned int #define zlg7290 0x70 //ZLG7290的IIC地址 sbit SDA=P1^7; /*模拟I2C数据传送位*/ sbit SCL=P1^6; /*模拟I2C