Prefix SD SPI pins (SCK, MISO, MOSI, SS) (#20606)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
This commit is contained in:
committed by
Scott Lahteine
parent
7a748bd565
commit
2c58d0881b
@@ -170,9 +170,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
|
||||
|
||||
// 2MB SPI Flash
|
||||
|
@@ -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
|
||||
|
@@ -117,9 +117,9 @@
|
||||
//
|
||||
// SD card
|
||||
//
|
||||
#define SCK_PIN 76
|
||||
#define MISO_PIN 74
|
||||
#define MOSI_PIN 75
|
||||
#define SD_SCK_PIN 76
|
||||
#define SD_MISO_PIN 74
|
||||
#define SD_MOSI_PIN 75
|
||||
#define SDSS 53
|
||||
#define SD_DETECT_PIN 40
|
||||
|
||||
|
@@ -151,9 +151,9 @@
|
||||
|
||||
/////////////////////////////////////////////////////////
|
||||
|
||||
#define MISO_PIN 68 // set to unused pins for now
|
||||
#define MOSI_PIN 69 // set to unused pins for now
|
||||
#define SCK_PIN 70 // set to unused pins for now
|
||||
#define SD_MISO_PIN 68 // set to unused pins for now
|
||||
#define SD_MOSI_PIN 69 // set to unused pins for now
|
||||
#define SD_SCK_PIN 70 // set to unused pins for now
|
||||
#define SDSS 71 // set to unused pins for now
|
||||
|
||||
/**
|
||||
|
@@ -147,9 +147,9 @@
|
||||
#define SPI_EEPROM2_CS -1
|
||||
#define SPI_FLASH_CS -1
|
||||
|
||||
#define SCK_PIN 76
|
||||
#define MISO_PIN 74
|
||||
#define MOSI_PIN 75
|
||||
#define SD_SCK_PIN 76
|
||||
#define SD_MISO_PIN 74
|
||||
#define SD_MOSI_PIN 75
|
||||
|
||||
// SPI for Max6675 or Max31855 Thermocouple
|
||||
#define MAX6675_SS_PIN 65
|
||||
|
Reference in New Issue
Block a user