代码搜索结果
找到约 10,000 项符合
I2C 的代码
group__ads7828.html
Procyon AVRlib: TI ADS7828 I2C A/D Converter
at24c02.~c
/**********************************************
http://www.sl.com.cn
双龙电子公司----I2C总线演示程序(ICCAVR)
作者:詹卫前
1、以访问AT24C02为例
2、SDA :PORTA.0
3、SCL : PORTA.1
i2c.c
/**********************************************
http://www.sl.com.cn
双龙电子公司----I2C总线演示程序(ICCAVR)
作者:詹卫前
1、以访问AT24C02为例
2、SDA :PORTA.0
3、SCL : PORTA.1
i2c.~c
/**********************************************
http://www.sl.com.cn
双龙电子公司----I2C总线演示程序(ICCAVR)
作者:詹卫前
1、以访问AT24C02为例
2、SDA :PORTA.0
3、SCL : PORTA.1
at24c02.c
/**********************************************
http://www.sl.com.cn
双龙电子公司----I2C总线演示程序(ICCAVR)
作者:詹卫前
1、以访问AT24C02为例
2、SDA :PORTA.0
3、SCL : PORTA.1
5615.c
#include "intrins.h"
#include "At89x51.h"
/////////////////////////////////////
//采用P1口作控制
//11.0592的晶体
////////////////////////////////////
//I2C总线的数据和时钟
#define SCL P1_7
#define SDA P1_6
#d
i2c.htm
Static Call Graph - [D:\LPCARMWORK\I2c\I2C.axf]
Static Call Graph for image D:\LPCA
i2c.c
#define SCL _RB3
#define SDA _RB2
#define HIGH 1
#define LOW 0
void DEFI2C(char *name); //To define which pin is SDA and which pin is SCL
void I2CInit(); //Initialization For I2C Bus
void I
at24c02.~c
/**********************************************
http://www.sl.com.cn
双龙电子公司----I2C总线演示程序(ICCAVR)
作者:詹卫前
1、以访问AT24C02为例
2、SDA :PORTA.0
3、SCL : PORTA.1
i2c.c
/**********************************************
http://www.sl.com.cn
双龙电子公司----I2C总线演示程序(ICCAVR)
作者:詹卫前
1、以访问AT24C02为例
2、SDA :PORTA.0
3、SCL : PORTA.1