You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I saw an example of an SD card, but I have a question that I don't understand. How to configure the gpio numbers for data0-data3 and clock when using SDCardMmcParameters?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
SDCard mycard = new SDCard(new SDCard.SDCardMmcParameters { dataWidth = SDCard.SDDataWidth._4_bit, enableCardDetectPin = true, cardDetectPin = 21 });
I saw an example of an SD card, but I have a question that I don't understand. How to configure the gpio numbers for data0-data3 and clock when using SDCardMmcParameters?
My hardware is ESP32-S3.
Beta Was this translation helpful? Give feedback.
All reactions