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

autocommit

No related merge requests found
Showing with 2 additions and 2 deletions
+2 -2
......@@ -5,9 +5,9 @@ from abstract import *
RED: tuple[int, int, int] = (255, 0, 0)
GREEN: tuple[int, int, int] = (0, 255, 0)
BLUE: tuple[int, int, int] = (0, 0, 255)
YELLOW: tuple[int, int, int] = (255, 255, 0)
def run(apds: ProximitySensor, pixels: LEDController, touch: TouchSensor):
while True:
pixels.fill(BLUE)
pixels.fill(YELLOW)
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