Skip to content

Instantly share code, notes, and snippets.

@dismas666
dismas666 / code.py
Created September 10, 2022 02:38 — 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