I'm a ESP beginner and playing around with the Arduino-IDE. I testet different example sketches and things working well.
But now I plan to do a project where to use a Ili9341 and it's SD card reader.
Setting up HSPI for the display is no problem. It works like a charm.
MISO - GPIO12
MOSI - GPIO13
CLK - GPIO14
CS - GPIO15
RST - GPIO0
D/C - GPIO2
But now I'm failing in adding a second device to the SPI bus. What pin I have to assing to the SD.begin(PIN)?
Since I also using I2C for accessing I hope it will not GPIO4 or GPIO5.
I hope someone can enlight me.
Kind regards,
Kai