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

typo in examples/full/full.ino #63

Open
snowshow opened this issue Jul 23, 2020 · 1 comment
Open

typo in examples/full/full.ino #63

snowshow opened this issue Jul 23, 2020 · 1 comment

Comments

@snowshow
Copy link

EEPROM.get((address + i) * 2, value);

I think, it should be: EEPROM.get(address + i * 2, value);

@yaacov
Copy link
Owner

yaacov commented Jul 23, 2020

Thanks, I will look into it 👍
Can you make a pull request ?

@ysmilda ysmilda mentioned this issue Oct 8, 2020
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

No branches or pull requests

2 participants