Commit 5379057b authored by Adam Blank's avatar Adam Blank
Browse files

Update code.py

parent 5d75d500
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -11,7 +11,7 @@ else:
# Setup board
i2c = board.I2C()
apds = APDS9960(i2c)
pixels = neopixel.NeoPixel(board.NEOPIXEL, 2, brightness=0.01)
pixels = neopixel.NeoPixel(board.NEOPIXEL, 2, brightness=0.1)
touch = touchio.TouchIn(board.TOUCH2)
apds.enable_proximity = True
print("Loaded Trinkey...")
......
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