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

@ -92,13 +92,6 @@
#define DAC_STEPPER_GAIN 0
#define DAC_OR_ADDRESS 0x00
#if DISABLED(SDSUPPORT)
// these pins are defined in the SD library if building with SD support
#define SCK_PIN 9
#define MISO_PIN 11
#define MOSI_PIN 10
#endif
#if ENABLED(ULTRA_LCD)
#define BEEPER_PIN -1