GY80
GY80 copied to clipboard
The Wire.requestFrom() should not be followed by Wire.endTransmission().
In the file "GY80/AHRS_9DOF_arduino/Sensors.ino" the Wire.requestFrom() is followed by Wire.endTransmission(). Those Wire.endTransmission() can be removed.