Skip to content
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

Save configuration to EEPROM on Arduino #27

Closed
GoogleCodeExporter opened this issue Oct 5, 2015 · 1 comment
Closed

Save configuration to EEPROM on Arduino #27

GoogleCodeExporter opened this issue Oct 5, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

Configurable arduino settings can be saved to the devices EEEPROM so they
dont need to be configured in source code or be sent from the phone after
each reboot.




Original issue reported on code.google.com by glen.arrowsmith on 23 Apr 2010 at 5:55

@GoogleCodeExporter
Copy link
Author

I have added some code that stores some
configurable settings into the Arduino's EEPROM (non-volatile memory)
so every time you start, you dont need to calibrate servos and speed
after each Arduino reboot.

servoCenterLeft, servoCenterRight, speedMultiplier and
servosForcedActive settings are now stored in EEPROM.

Possible problem: Changing the default setting in source code does not
change it after its been set for the first time. Will have to be
careful.

Original comment by glen.arrowsmith on 23 Apr 2010 at 10:20

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant