We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c04dc4 commit c345f46Copy full SHA for c345f46
content/components/i2c.md
@@ -53,6 +53,9 @@ i2c:
53
- **scl_pullup_enabled** (*Optional*, boolean): Enable the internal pullup resistor for the SCL pin.
54
Defaults to `true`. Only available on ESP32.
55
56
+- **low_power_mode** (*Optional*, boolean): Enable the low-power (master only) I²C bus.
57
+ Only availible on ESP32C5, ESP32C6 and ESP32P4. Defaults to `false` unless required.
58
+
59
- **id** (*Optional*, [ID](/guides/configuration-types#id)): Manually specify the ID for this I²C bus if you need multiple I²C buses.
60
61
> [!NOTE]
0 commit comments