SdFs icon indicating copy to clipboard operation
SdFs copied to clipboard

Arduino FAT16/FAT32/exFAT Library

Results 4 SdFs issues
Sort by recently updated
recently updated
newest added

Hi, i have been writing to the SD card using a SdFatEX instance and SdBaseFile. It was working fine however i'm now being returned false from the SdBaseFile.createContiguous() function. The...

Hi, I am working on a data logger project on teensy. I am trying to use your library but I am not getting success. Can anyone guide me how to...

I have been observing a seemingly random bias in the ADC readings on a Teensy 3.6 when using the SDIO interface. Switching to the SPI interface solves the issue. Setup:...

I tired to do a directory listing on exfat and it seems to fail. I can open the SD card, but the root "/" getName() returns '\0', then openNext() returns...