代码搜索:I2C驱动

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

代码结果 10,000
www.eeworm.com/read/114100/15111803

txt 知道那个驱动器不是网络虚拟驱动器.txt

Private Declare Function GetDriveType Lib "kernel32" Alias _ "GetDriveTypeA" (ByVal sDrive As String) As Long Private Function DriveType(sDrive As String) As String Dim sDr
www.eeworm.com/read/188679/8519915

htm the i2c layer ex.htm

The I2C layer
www.eeworm.com/read/188679/8520178

htm the i2c layer protocol.htm

The I2C layer
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/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;