代码搜索:I2C驱动
找到约 10,000 项符合「I2C驱动」的源代码
代码结果 10,000
www.eeworm.com/read/403376/11518412
rar i2c情景分析.rar
www.eeworm.com/read/401440/11557664
txt i2c eeprom.txt
#include"DSP281x_Device.h"
#include"DSP281x_Examples.h"
#define CHECKNO 1024
#define PAGENO 32
void Scib_init(void);
void Scib_xmit(int a);
void delay(void);
void I2C_init(void);
void I2C_star
www.eeworm.com/read/400012/11585816
doc i2c hdl.doc
www.eeworm.com/read/346244/11759510
pdf i2c总线概要.pdf
www.eeworm.com/read/345036/11845615
doc i2c读写程序.doc
www.eeworm.com/read/343272/11960991
pdf i2c逻辑选型.pdf
www.eeworm.com/read/340276/12168195
pdf i2c protocol.pdf
www.eeworm.com/read/338149/12322766
txt i2c研究代码.txt
例子:24C02的
#define WC24C02 0xA0
#define WRADR 0X00
#define RDATA 0X00
main()
{
unsigned char T[5]={1,2,2,2,2,5};
unsigned char R[5];
bit bp;
bp=ISendStr(WC24C02,WRADR,T,5);
bp=
www.eeworm.com/read/149847/12340861
txt i2c program.txt
贴个I2C的程序
/*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( )
www.eeworm.com/read/232064/14209152