From fdd5b18133e9d9f5a4e76be22ece6632d11d7fee Mon Sep 17 00:00:00 2001 From: David P Date: Sat, 12 Jun 2021 14:51:05 +1000 Subject: docs: Replace master/slave with controller/peripheral in I2C and SPI. See https://www.oshwa.org/a-resolution-to-redefine-spi-signal-names --- docs/esp32/quickref.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/esp32') diff --git a/docs/esp32/quickref.rst b/docs/esp32/quickref.rst index 0b825d5208..56c3721148 100644 --- a/docs/esp32/quickref.rst +++ b/docs/esp32/quickref.rst @@ -361,7 +361,7 @@ accessed via the :ref:`machine.SoftI2C ` class:: i2c.writeto(0x3a, '12') # write '12' to device with address 0x3a buf = bytearray(10) # create a buffer with 10 bytes - i2c.writeto(0x3a, buf) # write the given buffer to the slave + i2c.writeto(0x3a, buf) # write the given buffer to the peripheral Hardware I2C bus ---------------- -- cgit v1.2.3