Skip to content

Re-write of EEPROM functions #73

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

Closed
wants to merge 1 commit into from
Closed

Re-write of EEPROM functions #73

wants to merge 1 commit into from

Conversation

nseidle
Copy link
Member

@nseidle nseidle commented Oct 14, 2019

This uses the more common EEPROM methods currently built into Arduino. The approach is a lot more complex but handles any size variable and struct more gracefully than previous approach.

I originally hit this problem when trying to record a struct. This new approach works flawlessly.

Tested against examples and various attempts to break it.

This uses the more common EEPROM methods currently built into Arduino. The approach is a lot more complex but handles any size variable and struct more gracefully than previous approach.

I originally hit this problem when trying to record a struct. This new approach works flawlessly.

Tested against examples and various attempts to break it.
@nseidle
Copy link
Member Author

nseidle commented Oct 14, 2019

I've got some additional features I need to add. Hold for a bit...

Recording takes too long for multi-byte items (like phone #s). I'll see if I can write a write buffer function.

@nseidle nseidle closed this Oct 14, 2019
@oclyke oclyke deleted the eepromRewrite branch October 14, 2019 18:20
@nseidle nseidle restored the eepromRewrite branch October 14, 2019 18:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant