SD Card on SPI Port 0

24 Jul 2010

To change the SDFileSystem to work with SPI port 0, is it just a case of replacing:

SDFileSystem sd(p11, p12, p13, p27, "sd"); // mosi, miso, sclk, cs, name

with:

SDFileSystem sd(p5, p6, p7, p8, "sd"); // mosi, miso, sclk, cs, name

or is there more involved?

24 Jul 2010

Thats the plan! It should "Just Work" :)

Please shout if you have problems.

Simon