I am currently building and writing code for a data logger that reads 4 analog inputs, then stores this data on an external EEPROM chip (24L256), which can be read off of the chip at a later time. So the program works flawlessly until i reset the power. Once the power is reset, the read data command gives nothing, suggesting that the data has been erased in the power off. I think there is something wrong with how I have set up the eeprom chip, but I'm not sure what.
The code and circuit diagrams I designed are at the following link.
http://truweatherballoon.blogspot.comThanks in advance for the help.