Functions to wrap FatFs on Arduino

It was difficult to adapt the software of my projects in the last IDE 1.5.8 due to changes in the SPI drivers.
I decided to focus only on the Arduino Due for this upgrade.
It includes:

  • the new module R0.11 of FatFs by ChaN

  • new functions to read and modify the last time files were modified
    For the modified files have their time modified automatically, you need to provide the time information through the function get_fattime() in file FatFs.cpp. This is dependent of your hardware.

  • SPI driver for SD card on Due
    this driver is an adaptation from the SPI driver of library SdFat by William Greiman. So it is no more necessary to include SdSpiCard.h in your sketch

This upgrade is at GitHub