Closed fpistm closed 1 month ago
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.
set*()
SDx_*
PinMap_SD_*
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.
Only
set*()
methods andSDx_*
definitions allows to manage the pins else the first pin available in the associatedPinMap_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.