Fix TrafficHat numbering to match promo photos, re: #65

This commit is contained in:
Ben Nuttall
2015-11-15 17:37:36 +00:00
parent 4975e9c8fb
commit 71284b233d

View File

@@ -279,7 +279,7 @@ class TrafficHat(TrafficLightsBuzzer):
"""
def __init__(self, pwm=False):
super(TrafficHat, self).__init__(
TrafficLights(22, 23, 24, pwm=pwm),
TrafficLights(24, 23, 22, pwm=pwm),
Buzzer(5),
Button(25),
)