-
-
Notifications
You must be signed in to change notification settings - Fork 7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in the description of the library EEPROM.get () #3841
Comments
As the initial value is zero, adding |
In this case comment to row is wrong |
Yes, the address 'pointer' is moving to the location specified by the comment. Whether its explicit or compounded is irrelevant. If its a confusing issue, I can however certainly modify my examples to alleviate this. I have an update to my library which fixes all warnings and improves performance. I'll change this over and the documentation can be updated once proposed & accepted. |
if first value of eeAddress set to not zero. |
Of course, there is an issue if the previous address is not |
Yes, it would be better for LEARNING section. |
Fixes arduino/Arduino#5488 Fixes arduino#3841
https://docs.arduino.cc/learn/built-in-libraries/eeprom#get
Now:
Need:
The text was updated successfully, but these errors were encountered: