We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 40fe2be + 79ee378 commit d5050d9Copy full SHA for d5050d9
adafruit_turtle.py
@@ -421,11 +421,14 @@ def setheading(self, to_angle):
421
"""Set the orientation of the turtle to to_angle. Here are some common
422
directions in degrees:
423
424
- standard mode | logo mode
425
- 0 - east | 0 - north
426
- 90 - north | 90 - east
427
- 180 - west | 180 - south
428
- 270 - south | 270 - west
+ ===== ============= ==========
+ angle standard mode logo mode
+ 0 east north
+ 90 north east
429
+ 180 west south
430
+ 270 south west
431
432
433
:param to_angle: the new turtle heading
434
0 commit comments