This example will show you how to use I2C module by running two tasks on i2c bus:
- read external i2c sensor, here we use a BH1750 light sensor(GY-30 module) for instance.
- Use one I2C port(master mode) to read or write the other I2C port(slave mode) on one ESP32 chip.