Skip to content

Commit 22e1f92

Browse files
Changed "deg" to degree symbol in example printing
1 parent 1ceb82f commit 22e1f92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Example3_AngleCalculations/Example3_AngleCalculations.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ void loop()
5454

5555
Serial.print("XYX: ");
5656
Serial.print(angleCalculation, 4);
57-
Serial.println(" deg");
57+
Serial.println("°");
5858

5959
}
6060
else

0 commit comments

Comments
 (0)