代码搜索:I2C

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

代码结果 10,000
www.eeworm.com/read/353146/10469299

c main.c

/****************************************Copyright (c)************************************************** ** Guangzou ZLG-MCU Development Co.,LTD. **
www.eeworm.com/read/422528/10631752

mak i2c.mak

CC = iccavr CFLAGS = -ID:\ICC-AVR\include\ -e -l -g -Wa-W LFLAGS = -LD:\ICC-AVR\lib\ -m -g -dram_end:0x25f -bdata:0x60.0x25f -Wl-W -bfunc_lit:0x1a.0x2000 -dhwstk_size:16 -beeprom:1.512 -fihx_cof
www.eeworm.com/read/350065/10774943

c msp430x24x_uscib0_i2c_02.c

//****************************************************************************** // MSP430x24x Demo - USCI_B0 I2C Master Interface to PCF8574, Read/Write // // Description: I2C communication with
www.eeworm.com/read/420577/10788613

c main.c

/****************************************Copyright (c)************************************************** ** Guangzou ZLG-MCU Development Co.,LTD. **
www.eeworm.com/read/419799/10838002

c i2c.c

/****************************************Copyright (c)************************************************** ** 广州周立功单片机发展有限公司 ** 研 究
www.eeworm.com/read/463975/7171386

c i2ckey.c

#include "chip.h" #include "hd.h" #include "hdi2c.h" #include "pcf8574.h" #include "sport1.h" #include "hdi2c.h" #include "key.h" //===========================================================
www.eeworm.com/read/461986/7213321

c i2ckey.c

#include "chip.h" #include "hd.h" #include "hdi2c.h" #include "pcf8574.h" #include "sport1.h" #include "hdi2c.h" #include "key.h" //===========================================================
www.eeworm.com/read/461707/7221878

txt i2c.txt

#include //"D:\Keil\C51 #include #include //模拟I2C总线的引脚定义 sbit I2C_SCL = P3^4; sbit I2C_SDA = P3^5; //定义I2C总线时钟的延时值,要根据实际情况修改,取值1~255 //SCL信号周期约为(I
www.eeworm.com/read/452861/7431783

h i2csubs_slave.h

#define SLAVE_ADDRESS (0xA0 >> 1) // I2C module compares bit of I2CADD with bit of I2C Command Byte int EEPROM_ByteRead(unsigned char , unsigned char ) ; int EEPROM_ByteW
www.eeworm.com/read/452859/7431813

h i2csubs.h

#define SLAVE_ADDRESS (0xA0 >> 1) // I2C module compares bit of I2CADD with bit of I2C Command Byte int EEPROM_ByteRead(unsigned char , unsigned char ) ; int EEPROM_ByteW