Resolved! how to read a data array from EEPROM AT24C256B
I have configured my ADC to convert an analog value every 100 milli seconds using timer 2 , I could able to write data to EEPROM but while reading it back i could only see 20 variables in array. As below mentioned in code, I could able to switch on m...