Use only a specific core library

Hi there,

I need to modify a specific SPI library, but the LDF seems to find a different one from the myriad of SPI libraries included in the frameworks almost every time I load Atom. I’ve tried listing the library directory in the platformio.ini file, I’ve tried copying it to the project lib folder, nothing seems to force it to use that specific SPI library.

How can I achieve this?

Thanks in advance!

Did you read?