-
Notifications
You must be signed in to change notification settings - Fork 23
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
Implementing EEPROM library #88
Comments
@soburi Do you syggest using something like https://docs.zephyrproject.org/latest/services/storage/nvs/nvs.html underneath? So basically a wrapper of all funcs here for |
Yes, it is. The importance is easily migrating from Arduino code here. |
@DhruvaG2000 I would like to work on this issue, if it is not currently assigned to anyone, could you please assign it to me? |
Anyone can take a part of this problem. |
Okay, Thank you. |
We must implement the EEPROM library to keep it compatible with standard AVR Arduino.
Where the EEPROM library implementation does not even have actual EEPROM, it should work with various non-volatile memory such as flash to keep compatibility.
The text was updated successfully, but these errors were encountered: