Teensy 3.6 SD card

Status
Not open for further replies.
Are there any examples for reading files from an SD card on Teensy 3.6 ?

I can't seem to fin any that are specific to that board.

Cheers.

Phil
 
Yes, the SD card examples are ready examples look for : I:\arduino-1.8.5_b190\hardware\teensy\avr\libraries\SD\examples\DumpFile

Then look for this line in those examples: // Teensy 3.5 & 3.6 on-board: BUILTIN_SDCARD

And make this change to :: const int chipSelect = BUILTIN_SDCARD; // 4;
 
Status
Not open for further replies.
Back
Top