I'm recently on a project that uses stm32 (F411 BlackPill), and an oled display 128x64 I²c (SH1106) to read a voltage using the ADC1115.
i would like to change the ads1115 i2c bus, to avoid conflicts with the display, i use the adafruit library, how do i do this? (Stm32f411 has 3 i2c buses)
do i need to modify the "wire" inside the adafruit library?