文件名称:16F1784_I2C_EEPROM
介绍说明--下载内容均来自于网络,请自行研究使用
16F1784_I2C_EEPROM程序代码- This very simple program shows how to communicate between PIC16F1784 and a 16K I2C
// Serial EEPROM (24LC16B) using the MSSP port on the PICmicro.
//
// In this example we show how to do a random write of a single byte of data
// and then how to read a single byte back. Then we go through how to do a
// page write of 16 bytes followed by a sequential read command reading 16 bytes
// back.
// Serial EEPROM (24LC16B) using the MSSP port on the PICmicro.
//
// In this example we show how to do a random write of a single byte of data
// and then how to read a single byte back. Then we go through how to do a
// page write of 16 bytes followed by a sequential read command reading 16 bytes
// back.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
16F1784_I2C_EEPROM.c