SDCARDDETECT -> SD_DETECT, added docs

- `SD_DETECT_PIN` replaces `SDCARDDETECT`
- `SD_DETECT_INVERTED` replaces `SDCARDDETECTINVERTED`
- Revise the description of `SD_DETECT_INVERTED`
- Add a note about the override of `SD_DETECT_INVERTED` in
`Conditionals.h`
This commit is contained in:
Scott Lahteine
2015-07-31 16:40:50 -07:00
committed by Richard Wackerbarth
parent 496fc28dc3
commit 270c766de2
61 changed files with 150 additions and 142 deletions

View File

@@ -156,7 +156,7 @@
#define LCD_SDSS 28 // Smart Controller SD card reader rather than the Melzi
#endif //Panelolu2
#define SDCARDDETECT_PIN -1
#define SD_DETECT_PIN -1
#elif ENABLED(MAKRPANEL)
@@ -178,7 +178,7 @@
#define BTN_EN2 10
#define BTN_ENC 16
#define SDCARDDETECT_PIN -1
#define SD_DETECT_PIN -1
#endif // MAKRPANEL