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

Arduino Leonardo ETH hangs using this library #1

Closed
maziu opened this issue Sep 8, 2016 · 2 comments
Closed

Arduino Leonardo ETH hangs using this library #1

maziu opened this issue Sep 8, 2016 · 2 comments
Assignees

Comments

@maziu
Copy link

maziu commented Sep 8, 2016

Hi,
Arduino Leonardo hangs when using this library if SAA1064 object is created as global object. Reason is that Wire.begin() is called before Arduino setup() is called.

Fix: add SAA1064.begin() method and move Wire.begin() to this function. Call SAA1064.begin() in Arduino's setup() function. Then it works fine.

Thanks for cool library!

@cscheiblich cscheiblich self-assigned this Mar 6, 2017
@cscheiblich
Copy link
Collaborator

cscheiblich commented Jul 28, 2018

Thanks for the issue and the hint how to solve!

Going to change that ..

Chris

@graetz23
Copy link
Owner

.. took it's time but there's a setup method now, doing exactly what you suggested.

cheers
Christian

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

3 participants