Code for DUE

Hi , i can’t compile the code due to this method :
// initialize SPI communication
SPCR = (1<<CPHA) | (1<<CPOL) | (1<<DORD) | (1<<SPE) | (1<<MSTR);

Do you have a SPI working example for the DUE card ?

Thank you

Sorry, the shield was designed for the Uno.
At this time, we do not have a Due at hand.