I2C Bus
platform
i2c Inter-Integrated Circuit communication bus for connecting multiple devices
Official Documentation
π ESPHome Documentation βOverview
I2C (Inter-Integrated Circuit) is a synchronous, multi-master, multi-slave, packet-switched, single-ended, serial communication bus. In simpler terms, itβs a way to connect multiple devices (sensors, displays, etc.) to your microcontroller using just two wires.