GY80 icon indicating copy to clipboard operation
GY80 copied to clipboard

The Wire.requestFrom() should not be followed by Wire.endTransmission().

Open Koepel opened this issue 7 years ago • 0 comments

In the file "GY80/AHRS_9DOF_arduino/Sensors.ino" the Wire.requestFrom() is followed by Wire.endTransmission(). Those Wire.endTransmission() can be removed.

Koepel avatar Oct 11 '17 03:10 Koepel