Skip to content

Instantly share code, notes, and snippets.

View tr00st's full-sized avatar

James Cheese tr00st

View GitHub Profile
@tr00st
tr00st / code.py
Last active February 3, 2021 00:20 — forked from sandyjmacdonald/code.py
4 channel control / 8 note MIDI controller example for Pimoroni RGB Keypad for Raspberry Pi Pico
# Based on @sandyjmacdonald's original gist:
# https://gist.github.com/sandyjmacdonald/b465377dc11a8c83a8c40d1c9b990a90
import time
import board
import busio
import usb_hid
from adafruit_bus_device.i2c_device import I2CDevice
import adafruit_dotstar