I am trying to get a Wire library with the timeout function - that is not supplied in the default library - I'm using a Nano RP2040. I see other versions of the Wire library with the timeout function for other Arduinos. I'm not sure if that will necessarily work with my hardware, but I tried by importing the new version under \Documents\Arduino\Libraries\ because the Arduino tutorial says that a library placed there overrides others. But when I try to compile, I see:
Multiple libraries were found for "Wire.h"
Used: C:\Users\smith\AppData\Local\Arduino15\packages\arduino\hardware\mbed_nano\4.1.5\libraries\Wire
Not used: C:\Users\smith\Documents\Arduino\libraries\Wire
exit status 1
My question is why, and what is the best way to fix this?