I want to connect this network adapter like this

I can not understand where to connect the pin SS in the arduino mega
USE_PIN_53_FOR_SD_CARD
#ifdef USE_PIN_53_FOR_SD_CARD
const byte SelectSlave_ETH = 4;
const byte ChipSelect_SD = 53;
const byte SelectSlave_ETH = 4;
const byte ChipSelect_SD = 53;
const byte SelectSlave_ETH = (pin free);
while (!SD.begin(ChipSelect_SD, SPI_HALF_SPEED))
Return to DIY Ferduino controller
Users viewing this topic: No registered users and 1 guest