Skip to content

Example plotting #43

@JAndersM

Description

@JAndersM

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());

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions