Skip to content

Commit

Permalink
Change SPI pins to get CD Card running
Browse files Browse the repository at this point in the history
  • Loading branch information
OlafFilies committed Sep 19, 2023
1 parent 901967a commit 0d3a2ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions variants/XMC4700/config/XMC4700_Relax_Kit/pins_arduino.h
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@ extern uint8_t MOSI;
extern uint8_t MISO;
extern uint8_t SCK;

#define PIN_SPI_SS_SD 28
#define PIN_SPI_MOSI_SD 29
#define PIN_SPI_MISO_SD 30
#define PIN_SPI_SCK_SD 31
#define PIN_SPI_SS_SD 26
#define PIN_SPI_MOSI_SD 27
#define PIN_SPI_MISO_SD 28
#define PIN_SPI_SCK_SD 29

static const uint8_t SS_SD = PIN_SPI_SS_SD;
static const uint8_t MOSI_SD = PIN_SPI_MOSI_SD;
Expand Down

0 comments on commit 0d3a2ee

Please sign in to comment.