Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add PIO-based SoftwareSPI enabling SPI on any pins #2778

Merged
merged 3 commits into from
Jan 27, 2025
Merged

Conversation

earlephilhower
Copy link
Owner

The Raspberry Pi team has a working PIO-based SPI interface. Wrap it to work like a hardware SPI interface, allowing SPI on any pin combination.

Tested reading and writing an SD card using unmodified SD library.

The Raspberry Pi team has a working PIO-based SPI interface.  Wrap it
to work like a hardware SPI interface, allowing SPI on any pin
combination.

Tested reading and writing an SD card using unmodified SD library.
Good for testing, shows non-contiguous pinouts.
@earlephilhower earlephilhower merged commit acf81f4 into master Jan 27, 2025
26 checks passed
@earlephilhower earlephilhower deleted the softspi branch January 27, 2025 21:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant