On my Raspberry Pi Pico - I need to read an SD-Card in 4bit SD mode with a GPIO in Python

147 Views Asked by At

I need some help with my Raspberry Pi Pico using Python. I want to read from an SD-Card in SD mode which is 4 bits wide. My project is to read an AVI file from an SD-Card and display it on a small LED panel.

Can someone please help me with the bit of code that will interface between the GPIO and my python code.

I have found some GPIO code online here: https://circuitcellar.com/resources/quickbits/rp2040-programmable-io/

I am new to Python and also GPIO coding - I don't know how to interface with the PIO code - so I don't know if it's the right code or if it works.

0

There are 0 best solutions below