The right library for SD Card with Teensy3.5

Status
Not open for further replies.

MogaRaghu

Well-known member
After struggling with wrongly pointed AVR libraries I finally decided to create a Portable Arduino installation for Teensyduino. All well till now.

Then I went and downloaded the SDFat library from here : https://github.com/greiman/SdFat

But when I try the examples there I get the error " BUILTIN_SDCARD" not declared in this scope.

Can someone tell me which is the right SD Card library for use with T3.5 for simple data logging. I am not looking at Low latency stuff and all that. Just a few samples once every 1 second is good enough.

Thanks !
 
if you are happy with FAT32 formats, then go with build-in TD SD library. it works for all TD libraries T3 and T4
 
if you are happy with FAT32 formats, then go with build-in TD SD library. it works for all TD libraries T3 and T4

Thanks. Possibly that's all i need for now. Just out of curiosity - how exactly does one use the SDfat library with T3.5 ?
 
Status
Not open for further replies.
Back
Top