adding EEPROM on Arduino resources
Posted by Taylor Bernard on May 14, 2013
will be implementing this in shortly when parts come in, since not using SD Card shield
http://www.hobbytronics.co.uk/arduino-external-eeprom
http://playground.arduino.cc/Main/LibraryForI2CEEPROM
will be using RTC, EEPROM, and DC V+ sensor on same I2C rail, all Tx and Rx data is transferred down same 2 lines to each of the devices, and the way data doesnt get confused is by using device addresses for each.
http://www.hobbytronics.co.uk/arduino-external-eeprom
http://playground.arduino.cc/Main/LibraryForI2CEEPROM
will be using RTC, EEPROM, and DC V+ sensor on same I2C rail, all Tx and Rx data is transferred down same 2 lines to each of the devices, and the way data doesnt get confused is by using device addresses for each.