SD/MMC Cards
Docs under migration
These docs are under active migration and updates. The original docs will remain available at docs.ghielectronics.com for future reference.
SD and MMC cards are fully supported through the File System libraries.
This is a sample on how setup the SD driver.
var sd = StorageController.FromName(SC20100.StorageController.SdCard);
var drive = FileSystem.Mount(sd.Hdc);
Additionally, SPI SD drivers are also supported through the ManagedFileSystem software utility drivers.