SD Card Reader Setup
Hi all,
Can't seem to get my SD card reader to function, this is the code in Repeteir Firmware Configuration H:
#ifndef SDSUPPORT // Some boards have sd support on board. These define the values already in pins.h
#define SDSUPPORT 0
#define SDCARDDETECT -1
#define SDCARDDETECTINVERTED 0
#endif
#define SD_EXTENDED_DIR 1 /** Show extended directory including file length. Don't use this with Pronterface! */
#define SD_RUN_ON_STOP ""
#define SD_STOP_HEATER_AND_MOTORS_ON_STOP 1
What else do I need to do with this to make the thing work?
Please advise.
Comments
Ok,
Changed #define SDSUPPORT 0 to 1, so how does that relate to pins.h as shown below?
#define SDPOWER -1 // -1 default setting
#define SDSS 53
#define ORIG_SDCARDDETECT 49
OK, so how does this script from pins.h below relate to the definitions in configuration.h above?
#define SDPOWER -1 // -1 default setting
#define SDSS 53
#define ORIG_SDCARDDETECT 49
@Tooluser: No, he doesn't sell books. He gives the information away for free:
http://www.repetier.com/documentation/repetier-firmware/rf-installation/