From 9030a92c2404d516d37fe04ce563b66e11cc590b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Poczkodi?= Date: Sun, 20 Oct 2024 19:09:09 +0200 Subject: [PATCH] Update i2c.rst --- components/i2c.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/i2c.rst b/components/i2c.rst index 336ec6aded..5b4bfb0793 100644 --- a/components/i2c.rst +++ b/components/i2c.rst @@ -98,7 +98,7 @@ Reads and writes on the device can be performed with lambdas. For example: Configuration variables: ------------------------ -- **address** (**Required**, int): I²C address of the device. +- **address** (*Required*, int): I²C address of the device. See Also --------