Skip to content

Instantly share code, notes, and snippets.

View jaykatzenmeyer's full-sized avatar

jaykatzenmeyer

View GitHub Profile
import time
import board
import neopixel
from digitalio import DigitalInOut, Direction, Pull
import touchio
touch_pad = board.A0 # the ~1 pin
touch = touchio.TouchIn(touch_pad)