jafortti
Newbie

I'm trying to write and read from the sdcard, in the code snippet that follows I have doubts about how to define the pins of my esp32-s3-a7670E-4g
sck=machine.Pin(18), mosi=machine.Pin(23), miso=machine.Pin(19))# Initialize SD
cardcs = machine.Pin(5, machine.Pin.OUT) # Chip Select (CS) pin
Someone could help me with pin matching?
thanks a lot for your help
sck=machine.Pin(18), mosi=machine.Pin(23), miso=machine.Pin(19))# Initialize SD
cardcs = machine.Pin(5, machine.Pin.OUT) # Chip Select (CS) pin
Someone could help me with pin matching?
thanks a lot for your help