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 Wire.endTransmission() needed after Wire.requestFrom(). #4

Open
Koepel opened this issue Feb 11, 2018 · 1 comment
Open

No Wire.endTransmission() needed after Wire.requestFrom(). #4

Koepel opened this issue Feb 11, 2018 · 1 comment

Comments

@Koepel
Copy link

Koepel commented Feb 11, 2018

In the file "CMWX1ZZABZ/LoRaSensorTile/LoRaSensorTile.v05/VEML6040.cpp", in the function "getRGBWdata()" there is a Wire.endTransmission() after the Wire.requestFrom() in line 41 at the moment. That is not needed, it can be removed.

The Wire.endTransmission() should only be use when writing data.

@kriswiner
Copy link
Owner

kriswiner commented Feb 11, 2018 via email

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