-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Add EEPROM.get() and EEPROM.put() #1053
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
Comments
They work, i am using them in my code and it is fine |
Read
Write
|
I had to add EEPROM.begin(EEPROM_storageSize) before read and write to get the code from @drmpf working. Thank you very much anyway :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
These two functions allow to write any data type to EEPROM.
I`m not experienced enough.
Would it be difficult to implement that?
The text was updated successfully, but these errors were encountered: