Merge pull request #4419 from AnHardt/sd2pinmap

Switch Sd2CardLib to fastio
This commit is contained in:
Scott Lahteine
2016-07-28 17:38:46 -07:00
committed by GitHub
18 changed files with 42 additions and 544 deletions

View File

@@ -302,9 +302,3 @@
#define MAX6675_SS 66 // Do not use pin 49 as this is tied to the switch inside the SD card socket to detect if there is an SD card present
#endif
#if DISABLED(SDSUPPORT)
// these pins are defined in the SD library if building with SD support
#define SCK_PIN 52
#define MISO_PIN 50
#define MOSI_PIN 51
#endif