Данный тестовый пример демонстрирует функции работы с шиной I2C и микросхемой энергонезависимой памяти EEPROM на шине I2C. Пример позволяет проверить работоспособность микросхемы EEPROM. Программа сначала записывает в первый и последний блок памяти данные, после чего производит их считывание из памяти.
This test example demonstrates the functions of the I2C bus and the non-volatile EEPROM chip on the I2C bus. The example allows you to test the functionality of the EEPROM chip. The program first writes data to the first and last memory block and then reads them out of the memory.