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.
1 parent 9f8b392 commit c62cd4eCopy full SHA for c62cd4e
simulator/programming/index.md
@@ -71,16 +71,16 @@ These are shown as blue coloured blocks on the robot. The `analogue_read` method
71
72
#### LEDs
73
74
-The LEDs are attached to digital pins 7-12:
+The LEDs are attached to digital pins 4-9:
75
76
| Pin | Location |
77
|-----|----------|
78
-| 7 | Red (right) |
79
-| 8 | Green (right) |
80
-| 9 | Blue (right) |
81
-| 10 | Blue (left) |
82
-| 11 | Green (left) |
83
-| 12 | Red (left) |
+| 4 | Red (right) |
+| 5 | Green (right) |
+| 6 | Blue (right) |
+| 7 | Blue (left) |
+| 8 | Green (left) |
+| 9 | Red (left) |
84
85
Using the `digital_write` method, you can set these to True (On) or False (Off).
86
0 commit comments