I2C
#include <Eeprom24C32_64.h>


Addr Scanner Eeprom24C32.cpp I2C-Example-1 I2C-Example-2

I ran across the need for this, the DS3231 RTC has two I2C devices: the RTC and a Non-Volatile Memory.   The RTC is at I2C address: 0X68, and the 24C32 NV Ram is at 0X57.   Not much is said about this in the DS3231's docs.