Where is the Arduino Wire.h file location?

Hi,

I am searching for both the Wire.h and Wire.cpp files, to change some things in them. But even after searching everywhere I could think of, I just cant Find them. I mainly searched in the Documents/Arduino/libraries folder, but there are only my custom installed libraries and not the preinstalled ones.

Does anyone know where I can find both files?

Go to the section entitled "Board platforms and cores" and follow the instructions there.

Notice in step 5 that there's a libraries directory? That's where the board specific libraries like Wire and SPI reside.

Thank you very much! That helped a lot!

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.