I2C Peripheral Library EEPROM Read/Write Example Application

I2CPeripheralLibraryEEPROMRead/WriteExampleApplication
This demonstration is included in your installation of MPLAB Harmony. MPLAB Harmony is available for download from the Microchip website by visiting: http://www.microchip.com/mplabharmony. Once you are on the site, click the Downloads tab to access the appropriate download for your operating system. For additional information on this demonstration, refer to the “Applications Help” section in the MPLAB Harmony Help. Description
In the demonstration the PIC32 device acts as a Master and performs a Write and a Read to an external EEPROM device. The external EEPROM device used in this project is the 24LC014H from Microchip. This example is implemented in Polled mode. MPLABHarmonyLocation
<install‐dir>/apps/examples/peripheral/i2c/i2c_eeprom_rw Where <install‐dir> refers to the default MPLAB Harmony installation path: 

Windows: C:/microchip/harmony/<version> Mac OS/Linux: ~/microchip/harmony/<version>