I am confused on how I2C works. So I have two sensors I would like to hook up. Well ones a Si7021 Temp & Humidity Sensor and one is an I2C OLED screen. I know how to get a single I2C device working, but not multiple simultaneously. Are these supposed to be connected to the same SDA and SCL pins, am I able to have them both have separate SDA and SCL pins? (That is what I'm hoping for)
I should also note I'm actually using an ESP8266 for this specific project, but I'm more so looking for overall details on I2C