Hi all,
I was using the Emergency cat GIF macro example by @sandyjmacdonald using CircuitPython
But I’m getting an error on the I2C setup.
File "<stdin>", line 43, in <module>
RuntimeError: SDA or SCL needs a pull up
This is the line that triggers the error
# Set up I2C for IO expander (addr: 0x20)
i2c = busio.I2C(board.GP5, board.GP4)
I have no idea if it’s an issue with CircuitPython or with the RGB Keypad or something I did wrong with soldering the pins to the pico.
The MicroPython example for the RGB Keypad runs without any issues so I would think it has nothing to do with the Pico or the Keypad.
Anyone that can give me some advise?