I want to use 2 QMC5883L sensors on a esp32 for my project, to do that, I need two I2C interfaces. That means I could make 2 TwoWire objects like that:
#include &