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 GetAngle example could be improved by removing the spaces so the angles can be plotted with the serial plotter:
Serial.print("X:");
Serial.print(mpu.getAngleX());
Serial.print("\tY:");
Serial.print(mpu.getAngleY());
Serial.print("\tZ:");
Serial.println(mpu.getAngleZ());
The text was updated successfully, but these errors were encountered:
The GetAngle example could be improved by removing the spaces so the angles can be plotted with the serial plotter:
Serial.print("X:");
Serial.print(mpu.getAngleX());
Serial.print("\tY:");
Serial.print(mpu.getAngleY());
Serial.print("\tZ:");
Serial.println(mpu.getAngleZ());
The text was updated successfully, but these errors were encountered: