Skip to content

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]>
@fpistm fpistm merged commit d8cf24c into stm32duino:main Sep 19, 2024
12 checks passed
@fpistm fpistm deleted the set_only branch September 19, 2024 09:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix 🩹 Bug fix
Projects
Development

Successfully merging this pull request may close these issues.

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