Reading and Writing to EEProm

Reading and writing to EEprom has many pitfalls when using the read and write buffers. I needed to save less than 50 strings that I could read and write to EEprom. The unique part of my application is that strings of any length can be written and read. I posted the code here:

4 Likes