Can the Arduino SD class be used to access the SD card on the Teensy 3.5 or 3.6 ?
Can the Arduino SD class be used to access the SD card on the Teensy 3.5 or 3.6 ?
sdfat beta from their github repo. https://github.com/greiman/SdFat-beta
Yes, the SD library works. Use SD.begin(BUILTIN_SDCARD);