@merrickMilo
Unfortunately there is no way that I know of that you can use both at the same time without reworking the adafruit library which is probably not easy. Like changing the name of sdfat.h to sdfat_ada.h in all files in the their...
I will second what @mjs513 mentioned. That I have not found any way to use the different variations of the SDFat library with each other.
For example if you install the main SDFat library from either the Arduino Library Manager or directly...
Thanks for the info, I'll keep looking into it but it seems like both of you are correct. Thank you again for saving from losing too much sleep over this
Hi everyone,
I'm working on a Teensy-based project that uses both the Teensy SD.h library (which depends on its custom SdFat) and the Adafruit SPIFlash library (which depends on the Adafruit-modified SdFat). I'm running into multiple definition...