Skip to content

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