Skip to content

Instantly share code, notes, and snippets.

@lordherp
lordherp / code.py
Created March 24, 2023 15:41 — forked from wulfboy-95/code.py
CircuitPython (7.x.x and above) code for a TADA-68 style keyboard with a Raspberry Pi Pico controller.
# Copyright wulfboy_95 2022, All Rights Reserved.
# Copying and distribution of this file, with or without modification,
# are permitted in any medium without royalty provided the copyright
# notice and this notice are preserved. This file is offered as-is,
# without any warranty.
import board
import keypad
import struct