Skip to content

Instantly share code, notes, and snippets.

View adamcasey28's full-sized avatar

Adam Casey adamcasey28

View GitHub Profile
@adamcasey28
adamcasey28 / code.py
Created November 23, 2021 18:28
Gemma M0 - Color Wheel
# Gemma IO demo
# Welcome to CircuitPython 5 :)
import usb_hid
from adafruit_hid.keyboard import Keyboard
from adafruit_hid.keyboard_layout_us import KeyboardLayoutUS
from adafruit_hid.keycode import Keycode
from digitalio import DigitalInOut, Direction, Pull
from analogio import AnalogIn, AnalogOut
from touchio import TouchIn