Description: 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.
To Search:
File list (Check if you may need any files):
16F1784_I2C_EEPROM.c