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
The Wire.beginTransmission() and Wire.endTransmission() are only used when writing data.
In the file "razor-9dof-ahrs/Arduino/Razor_AHRS/Sensors.ino", the Wire.requestFrom() is in three places encapsulated by Wire.beginTransmission() and Wire.endTransmission(). Those Wire.beginTransmission() and Wire.endTransmission() can be removed.
The text was updated successfully, but these errors were encountered:
The Wire.beginTransmission() and Wire.endTransmission() are only used when writing data.
In the file "razor-9dof-ahrs/Arduino/Razor_AHRS/Sensors.ino", the Wire.requestFrom() is in three places encapsulated by Wire.beginTransmission() and Wire.endTransmission(). Those Wire.beginTransmission() and Wire.endTransmission() can be removed.
The text was updated successfully, but these errors were encountered: