Compilation error: 'Wire.h' No such file or directory.

wire.h - it's not listed in my installed libraries - Arduino Forum 16-Dec-2020 —

delay(1000);

Here's an example code snippet that demonstrates how to use the Wire library to communicate with an I2C device:

: Allows your Arduino to act as either the "Master" (controlling other devices) or a "Slave" (responding to a controller).