From 49c8e9dc9a67041cd87bdb631b1f1435d204a0e2 Mon Sep 17 00:00:00 2001 From: enriquezgarc Date: Mon, 5 Feb 2024 15:16:02 +0100 Subject: [PATCH] docs/psoc6/quickref.rst: I2c quick correction. Signed-off-by: enriquezgarc --- docs/psoc6/quickref.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/psoc6/quickref.rst b/docs/psoc6/quickref.rst index 4f59eaab02772..eb5ecb3db3b30 100644 --- a/docs/psoc6/quickref.rst +++ b/docs/psoc6/quickref.rst @@ -244,7 +244,7 @@ Hardware I2C bus slave The PSoC6™ port offers functions to implement an I2C slave device. An I2C master node connected to the slave can exchange data over I2C for the configured slave address and frequency. .. warning:: - This is not part of the core MicroPython libraries.Therefore, not mapping any existing machine class API and neither supported by other ports. + This is not part of the core MicroPython libraries. Therefore, not mapping any existing machine class API and neither supported by other ports. .. note:: | Part of the functionality of the I2C slave is based on hardware interrupts and callbacks.