here i am doing some project with the help of Arduino UNO with External EEPROM (24LC256),
All i want to create table and wants to store all data into 24LC256 External EEPROM,there are many library for internal EEPROM to create table with limited data as per size of arduino EEPROM but i have huge data to store so have to use External eeprom to do, so i can't find any proper library for doing that.!
can you help me how to solve this problem..
i got this debug error in result
WARNING: Category 'Language' in library ArduinoStreaming is not valid. Setting to 'Uncategorized'
anyone one please..i google it and got answer as update the library..i update library as given,also OneWire library too. And also changing the library properties as per some people suggest..but its still not working..