A re-written SDFileSystem library with improved compatibility, CRC support, and card removal/replacement support.

Dependencies:   FATFileSystem

Dependents:   xadow_m0_SD_Hello roam_v1 roam_v2 Polytech_tours ... more

This pull request has been rejected by Neil Thiessen

Add support for no card detect switch

Add support for no card detect switch with new SwitchType SWITCH_NONE (will always assume card is inserted)

A re-written SDFileSystem library with improved compatibility, CRC support, and card removal/replacement support. card, fatfilesystem, MMC, SD, SDHC, SDXC

1 comment:

05 Jan 2015

Hi, thanks for the pull request. I tried this doing this before, and it seems to me I had problems with using NC with InterruptIn. However, I just tried it again, and now it appears to be working. I'm going to do some more testing before I implement this to make sure it works properly.