File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ static const uint8_t ATN = PIN_ATN;
160160#define PAD_SPI_TX SPI_PAD_0_SCK_1
161161#define PAD_SPI_RX SERCOM_RX_PAD_2
162162
163- static const uint8_t SS = PIN_A2 ; // ???
163+ static const uint8_t SS = 32 ;
164164static const uint8_t MOSI = PIN_SPI_MOSI ;
165165static const uint8_t MISO = PIN_SPI_MISO ;
166166static const uint8_t SCK = PIN_SPI_SCK ;
Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ static const uint8_t ATN = PIN_ATN;
160160#define PAD_SPI_TX SPI_PAD_0_SCK_1
161161#define PAD_SPI_RX SERCOM_RX_PAD_2
162162
163- static const uint8_t SS = PIN_A2 ; // ???
163+ static const uint8_t SS = 32 ;
164164static const uint8_t MOSI = PIN_SPI_MOSI ;
165165static const uint8_t MISO = PIN_SPI_MISO ;
166166static const uint8_t SCK = PIN_SPI_SCK ;
You can’t perform that action at this time.
0 commit comments