SdFat for bigger RAMs

You can use as much memory as you want with the fast logger examples. It's just a constant. I use the SdFat cache buffer also so you get an additional block buffer. That's how why the total is 13.

|| defined(__AVR_ATmega2560__)
// Mega - use total of 13 512 byte buffers
const uint8_t BUFFER_BLOCK_COUNT = 12;
#else