代码搜索结果

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

软件模拟i2c从机.txt

模拟I2C主机的比较多,但是从机相对主机而言要难很多,这个供大家借鉴。 这个从机程序支持主机对它的随机写和随机读,连续读和连续写没做,有兴趣的可以完善下。 Microcontrol CODE #include #define SDA BIT1 #define SCL BIT2 #define SEG_A 0xA0 //0x0200-

i2c 24lc02.c

I2C 24LC02 C语言例程, /******************************************************************* 一、程序说明: 1, 24LC02器件地址是1010000R/W. 2, 数组写入24LC02采取页写方式. 3, 数组code从24LC02读出时采取自由读方式. 4, 采用4.00M晶体。 5,采用软件I2

i2c.dox

/** \defgroup i2c i2c: I2C Serial Interface Function Library This library provides the high-level functions needed to use the I2C serial interface supported by the hardware of several AVR processor

i2c.lnp

"I2C.obj" TO "I2C" RAMSIZE(256)

readme.txt

I2C This example application uses the I2C master to communicate with the Atmel AT24C08A EEPROM that is on the development board. The first sixteen bytes of the EEPROM are erased and then program