greiman / SdFat-beta

Beta SdFat for test of new features
MIT License
166 stars 62 forks source link

Conflict between SdFat-beta library and USBFat library #73

Open Vamshi253 opened 2 years ago

Vamshi253 commented 2 years ago

Hello,

At the moment, I am engaged in a project where I need to use both sdfat-beta library and usbfat library https://github.com/greiman/UsbFat on arduino mega adk. It seems that both libraries have common files and I have tried to workout by including one set of common files. But still when I compile a example code, it results in a compile time error indicating that some functions are not a members of some classes and there are compatibility issues.

So I am requesting you for a suggestion on this on how to use both libraries at the same time on arduino mega adk i.e. (sd card and flash drive operation) by including a common library.

Thank you.