Pins in SD Card example naming
Posted: Fri Feb 17, 2017 10:00 am
I would like to add SD card support to my application.
Good starting point should be the example.
RIght now I'm running into some confusion with naming.
On my SD Card interface I have MISO, MOSI, SCK and CS.
Tried to match with readme I would wire:
- SCK to GPIO14
- MISO to
- MOSI to
- CS to
One more question about GPIO12. This seems to be a special GPIO.
Is there a special reason to use it in your example ?
Already ran into a problem with that pin after adding an external pullup resistor.
With other words, is there a way to use other pins ?
Good starting point should be the example.
RIght now I'm running into some confusion with naming.
On my SD Card interface I have MISO, MOSI, SCK and CS.
Tried to match with readme I would wire:
- SCK to GPIO14
- MISO to
- MOSI to
- CS to
One more question about GPIO12. This seems to be a special GPIO.
Is there a special reason to use it in your example ?
Already ran into a problem with that pin after adding an external pullup resistor.
With other words, is there a way to use other pins ?