Created Thu, 01 Sep 2011 23:55:28 +0000 by Revilones
Thu, 01 Sep 2011 23:55:28 +0000
I just wanted to let everyone know that the EEPROM library has been updated, tested and is now working as advertised. If you do not want to wait until the next release to get your hands on it. Please feel free to go to github and download it from the third party library.
https://github.com/chipKIT32/thirdpartylibraries
-Oliver
Fri, 02 Sep 2011 15:41:46 +0000
Please try to run the eeprom_clear example..when I do it will not compile..."can't resolve overload address" and it also complains that a " ; " is missing after the statement EEPROM.clear "
The rest-- write and read-- does indeed work now; THANKS!!!!!!!!!!!!!!
David Garrison
Fri, 02 Sep 2011 19:21:57 +0000
You are correct I forgot the () and ; in the example sketch though if you add those the project compiles just fine. Thanks for the help and I will be sure to update it right away.
-Oliver