#define SPI_SS 10 //SPI Select Line
#define SPI_MOSI 11 //SPI MOSI (Master Out / Slave In) Line
#define SPI_MISO 12 //SPI MISO (Master In / Slave Out) Line
#define SPI_SCK 13 //SPI Clock Line
But of course that is from the point of view of the Arduino, I don't know what the corresponding pins are from the POV of the Raspberry Pi.Statistics: Posted by gpvillamil — Wed Jan 31, 2018 10:48 pm
]]>