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 e0d8523 commit e7008b6Copy full SHA for e7008b6
docs/spi.rst
@@ -16,7 +16,7 @@ SPI pinouts can be set **before SPI.begin()** using the following calls:
16
Note that the ``CS`` pin can be hardware or software controlled by the sketch.
17
When software controlled, the ``setCS()`` call is ignored.
18
19
-The Arduino `SPI documentation <https://www.arduino.cc/en/reference/SPI>`_ gives
+The Arduino `SPI documentation <https://docs.arduino.cc/language-reference/en/functions/communication/SPI/>`_ gives
20
a detailed overview of the library, except for the following RP2040-specific
21
changes:
22
0 commit comments