Skip to content

Commit 336e197

Browse files
committed
Final pin numbers
1 parent d8cd059 commit 336e197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gpiozero/boards.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ class XmasTree(LEDBoard):
600600
"""
601601

602602
def __init__(self, pwm=False, initial_value=False):
603-
pins = (4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 2)
603+
pins = (4, 15, 13, 21, 22, 6, 12, 25, 16, 17, 27, 26, 9, 23, 11, 5, 20, 19, 14, 18, 7, 8, 10, 24, 2)
604604
super(XmasTree, self).__init__(*pins, pwm=pwm, initial_value=initial_value)
605605

606606
@property

0 commit comments

Comments
 (0)