Commit 2c0ac5bd authored by Adam Blank's avatar Adam Blank
Browse files

Update code.py

parent 5856dcdf
No related merge requests found
Showing with 3 additions and 3 deletions
+3 -3
......@@ -3,7 +3,9 @@ try:
import neopixel
from adafruit_apds9960.apds9960 import APDS9960
import touchio
except ModuleNotFoundError:
pass
else:
from src.interact import run
# Setup board
......@@ -16,5 +18,3 @@ try:
# Call our run function
run(apds, pixels, touch)
except ModuleNotFoundError:
pass
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