You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
On Sun, Feb 11, 2018 at 9:56 AM, Koepel ***@***.***> wrote:
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.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#4>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGY1qoBxvHXxEUMvm4Qi9m6MRzjUb3_Vks5tTynegaJpZM4SBbtz>
.
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.
The text was updated successfully, but these errors were encountered: