Scrivere su SD card

ah ho fatto confusione io, non ho letto bene e come dice testato le board sono molto recenti, quindi non ci ho pensato.

da quanto leggo negli esempi:

// On the Ethernet Shield, CS is pin 4. It's set as an output by default.
// Note that even if it's not used as the CS pin, the hardware SS pin
// (10 on most Arduino boards, 53 on the Mega) must be left as an output
// or the SD library functions will not work.

quindi normalmente SS è sul pin 10, mentre in quella nuova è sul 4

When working with this library, SS is on Pin 4.

Quindi dovrai dichiarare il pin 4 come output al posto del 10, e usare un altro pin come CS