文件名称:I2C应用程序
介绍说明--下载内容均来自于网络,请自行研究使用
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.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 840261i2c应用程序.rar 列表 I2C应用程序\I2C应用程序1.txt I2C应用程序\I2C应用程序2.txt I2C应用程序