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

fix reading and writing to eeprom #3

Closed
wants to merge 1 commit into from
Closed

fix reading and writing to eeprom #3

wants to merge 1 commit into from

Conversation

hyperion11
Copy link
Contributor

i dont know, why, but int reading was not correct. So i rewrite reading and writing prototypes.
check - float int and char values reading and writing correct.
and fix
#include <Wire.h>
on my maple mini with "Wire.h" was not compile correct.
and delete wire.begin();
i think this string must be in setup section of sketch. Becouse there is conflics with multiple i2c libraries. If wire.begin() execute twice - system halts.

i dont know, why, but int reading was not correct. So i rewrite reading and writing prototypes.
check - float int and char values reading and writing correct.
and fix 
#include <Wire.h>
on my maple mini with "Wire.h" was not compile correct.
and delete wire.begin();
i think this string must be in setup section of sketch. Becouse there is conflics with multiple i2c libraries. If wire.begin() execute twice - system halts.
@Naguissa
Copy link
Owner

I've only applied the removal of Wire.begin. That was needed when library was created, few years ago.

Commit: 7a0bbec

@Naguissa Naguissa closed this Dec 28, 2017
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.

None yet

2 participants