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

No need to wait after Wire.requestFrom(). #1

Open
Koepel opened this issue Jun 14, 2018 · 0 comments
Open

No need to wait after Wire.requestFrom(). #1

Koepel opened this issue Jun 14, 2018 · 0 comments

Comments

@Koepel
Copy link

Koepel commented Jun 14, 2018

The BlinkM files are copied a lot and the waiting after the Wire.requestFrom() is still in the file.
There are three lines with "while( Wire.available() < 3 ) ; // FIXME:", they can be removed.
Explanation: Common-mistakes#1

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

1 participant