Commit c6baeef8 authored by Adam Blank's avatar Adam Blank
Browse files

autocommit

No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -10,4 +10,4 @@ BLUE: tuple[int, int, int] = (0, 0, 255)
def run(apds: ProximitySensor, pixels: LEDController, touch: TouchSensor):
while True:
pixels.fill((BLUE))
pixels.fill(BLUE)
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment