代码搜索:I2C配置

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

代码结果 10,000
www.eeworm.com/read/276000/10777134

pdf i2c协议_en.pdf

www.eeworm.com/read/349003/10856380

mcp i2c bus test.mcp

www.eeworm.com/read/445249/7597363

htm the i2c layer ex.htm

The I2C layer
www.eeworm.com/read/445249/7597442

htm the i2c layer protocol.htm

The I2C layer
www.eeworm.com/read/437197/7753471

doc i2c软件包.doc

www.eeworm.com/read/198652/7917578

pdf i2c驱动2.pdf

www.eeworm.com/read/244108/12886972

txt i2c高频头.txt

单片机控制的I2C总线高频头程序 #include #include #define DELAY_TIME 100 /*不要小于100!否则可能造成时序混乱*/ #define TRUE 1 #define FALSE 0 sbit SCL=P2^1;/*假设由P2.1和P2.0控制*/ sbit SDA=P2^0; sbit