Dogbone06
Well-known member
Hey!
Trying to figure out where and how to change the SDIO pins to use SDIO2 instead.
The SdFat library only has the pin mentions in one file. But it feels like it can't be that easy. As they are only MUX settings. How will the library know where to "send the data". So I think I'm missing something.
SdioTeensy.cpp
Wanna use these pins instead or actually maybe even use both busses for two SD Cards.
AD_B1_06: DAT2
AD_B1_07: DAT3
AD_B1_08: CMD
AD_B1_09: CLK
AD_B1_04: DAT0
AD_B1_05: DAT1
Trying to figure out where and how to change the SDIO pins to use SDIO2 instead.
The SdFat library only has the pin mentions in one file. But it feels like it can't be that easy. As they are only MUX settings. How will the library know where to "send the data". So I think I'm missing something.
SdioTeensy.cpp
Wanna use these pins instead or actually maybe even use both busses for two SD Cards.
AD_B1_06: DAT2
AD_B1_07: DAT3
AD_B1_08: CMD
AD_B1_09: CLK
AD_B1_04: DAT0
AD_B1_05: DAT1