import time
time.sleep(0.1) # Wait for USB to become ready
print("Hello, Pi Pico!")
from TrafficLight import *
# Create the trafficlight object
tl = PixelTrafficLight(3, 4, 5)
# Operate the TrafficLight forever
while True:
tl.operate(gtime=4, ytime=1, rtime=3)