Skip to content

Instantly share code, notes, and snippets.

View Kongduino's full-sized avatar
🏠
Working from home

Kongduino Kongduino

🏠
Working from home
View GitHub Profile
@iwalpola
iwalpola / stm32_gpio_reg.md
Last active May 30, 2024 05:21
STM32 GPIO registers cheatsheet
@codepope
codepope / rgbkeypadcp.py
Created February 15, 2021 21:08
A class (and example) for the Pimoroni Pico RGB Keypad and CircuitPython
import board
import digitalio
import busio
import random
import time
class PicoRGBkeypad:
WIDTH=4
HEIGHT=4
NUM_PAD=WIDTH*HEIGHT