Introduction - If you have any usage issues, please Google them yourself
This code implements the basic functions for an I2C slave device using the SSP module. All I2C functions are handled in an ISR. Bytes written to the slave are stored in a buffer. After a number of bytes have been written, the master device can then read the bytes back from the buffer.
Packet : 840261i2c应用程序.rar filelist
I2C应用程序\I2C应用程序1.txt
I2C应用程序\I2C应用程序2.txt
I2C应用程序