summaryrefslogtreecommitdiff
path: root/docs/library/machine.rst
diff options
context:
space:
mode:
authorDamien George <damien@micropython.org>2025-05-27 15:55:46 +1000
committerDamien George <damien@micropython.org>2025-08-01 23:03:17 +1000
commitbf6f229cf3feb6767d37b9df9dcf1e2d9abc49bd (patch)
tree86ffc91dc4c9c1a98efc4c08d83d1aa1fb8ff8c7 /docs/library/machine.rst
parent277b615f261e3ab9c9c19d8b6d2afb6c5f9a5612 (diff)
docs/library: Document the new machine.I2CTarget class.
With some working examples that show how to use all the features. Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'docs/library/machine.rst')
-rw-r--r--docs/library/machine.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/library/machine.rst b/docs/library/machine.rst
index 76d111f11..3c22aa9af 100644
--- a/docs/library/machine.rst
+++ b/docs/library/machine.rst
@@ -264,6 +264,7 @@ Classes
machine.UART.rst
machine.SPI.rst
machine.I2C.rst
+ machine.I2CTarget.rst
machine.I2S.rst
machine.RTC.rst
machine.Timer.rst