Arduino-FatFs
Arduino-FatFs copied to clipboard
Functions to wrap FatFs module developed by ChaN on Arduino platform
Meanwhile it is v0.15 available here: http://elm-chan.org/fsw/ff/arc/ff15.zip Any plan to update this repo with this new FatFs version?
Currently, the `disk_ioctl()` function is ``` DRESULT disk_ioctl( BYTE pdrv, // Physical drive nmuber (0..) BYTE cmd, // Control code void *buff ) // Buffer to send/receive control data {...
I have the following errors while attempting to compile FatlibDemo.ino. None of the code example compiles. Is there something i am doing wrong? I am pasting the error codes here:...