Using this with the MEGA 2560, without changing the pinout.
Using SDFATLib20101010
Line 42 of Sd2Card.h
Change to: #define MEGA_SOFT_SPI 1
Line 74 of Sd2Card.h
Change to: uint8_t const SD_CHIP_SELECT_PIN = 8;
This will enable software SPI and be somewhat slower, but still plenty fast for most applications.
Product DEV-09802 | about a year ago
Using this with the MEGA 2560, without changing the pinout.
Using SDFATLib20101010
Line 42 of Sd2Card.h
Change to: #define MEGA_SOFT_SPI 1
Line 74 of Sd2Card.h
Change to: uint8_t const SD_CHIP_SELECT_PIN = 8;
This will enable software SPI and be somewhat slower, but still plenty fast for most applications.