Arduino Due libraries (official and 3rd party)

MINMSC driver is posted for Due :-

README.txt 2 KB

minmsc_2013_11_17_v1_0.zip 9.8 MB

This driver will allow a sketch to do raw read/writes on a thumb drive attached to Native USB AB port of Due. A card reader with any media can also be used.

This driver works with old sdfat20130629 (can be downloaded from Google Code) by replacing two files. Then one can use all the sketches shipped with old sdfat on the USB device on AB port... no shield needed.

MINMSC is essentially a minimal Mass Storage Class driver following USBIF spec and drives devices that report as transparent SCSI.

Regards.