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

fix: properly set SD pins #76

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

fpistm
Copy link
Member

@fpistm fpistm commented Sep 17, 2024

Only set*() methods and SDx_* definitions allows to manage the pins else the first pin available in the associated PinMap_SD_* arrays will be used.

Fixes #75.

With this reworks, begin and init are more simple and get back to previous prototype. Moreover it take in account of the SD BUS WIDE value.

@fpistm fpistm added the fix 🩹 Bug fix label Sep 17, 2024
@fpistm fpistm added this to the 1.3.3 milestone Sep 17, 2024
Only set*() methods and SDx_* definitions allows to manage the pins
else the first pin available in the associated PinMap_SD_* arrays
will be used.

Fixes stm32duino#75.

Signed-off-by: Frederic Pillon <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix 🩹 Bug fix
Projects
Status: In progress
Development

Successfully merging this pull request may close these issues.

New SD pins management: setxxx() usage ignored
1 participant