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

@ -86,13 +86,6 @@
#define SDSS 26
#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) && ENABLED(NEWPANEL)
//we have no buzzer installed
#define BEEPER_PIN -1