Skip to content

Instantly share code, notes, and snippets.

View damp11113's full-sized avatar
❤️
Love open source

Dharm Pimsen damp11113

❤️
Love open source
View GitHub Profile
@damp11113
damp11113 / iKB1_CPY.py
Created February 11, 2025 16:59
iKB-1 library for RP2xxx circuitpython
import board
import busio
import time
import digitalio
IKB_1_ADDR = 0x48
IKB_1_ADDR_2 = 0x49
# Detect board type and set I2C pins accordingly
i2c1 = busio.I2C(board.GP1, board.GP0)