gobabygocarswithjoysticks / car-code

New code for go baby go cars!
MIT License
4 stars 1 forks source link

checksum or something to verify that all the data in EEPROM is valid? #14

Closed joshua-8 closed 2 years ago

joshua-8 commented 2 years ago

If a variable gets corrupted data, the car could be unpredictable

joshua-8 commented 2 years ago

one of the cars I'm testing on seems to corrupt EEPROM data frequently, so this issue is very important to fix before giving anyone a car with this code.

If there is enough EEPROM memory, storing 3 copies of data could allow for recovery from an error. Or maybe there is a fancier method for verifying that data hasn't been corrupted

Also, see #15

joshua-8 commented 2 years ago

done!