Prefix SD SPI pins (SCK, MISO, MOSI, SS) (#20606)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
This commit is contained in:
@@ -192,9 +192,9 @@
|
||||
#define INT_SDSS 55 // D55 PA24/MCDA3
|
||||
|
||||
// External SD card reader on SC2
|
||||
#define SCK_PIN 76 // D76 PA27
|
||||
#define MISO_PIN 74 // D74 PA25
|
||||
#define MOSI_PIN 75 // D75 PA26
|
||||
#define SD_SCK_PIN 76 // D76 PA27
|
||||
#define SD_MISO_PIN 74 // D74 PA25
|
||||
#define SD_MOSI_PIN 75 // D75 PA26
|
||||
#define SDSS 87 // D87 PA29
|
||||
|
||||
// Unused Digital GPIO J20 Pins
|
||||
|
||||
Reference in New Issue
Block a user