Update spi.rst link to Arduino docs (#3038)

Fixes #3037
This commit is contained in:
Earle F. Philhower, III 2025-07-14 12:07:30 -07:00 committed by GitHub
parent e0d8523f1a
commit e7008b634c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,7 +16,7 @@ SPI pinouts can be set **before SPI.begin()** using the following calls:
Note that the ``CS`` pin can be hardware or software controlled by the sketch. Note that the ``CS`` pin can be hardware or software controlled by the sketch.
When software controlled, the ``setCS()`` call is ignored. When software controlled, the ``setCS()`` call is ignored.
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
a detailed overview of the library, except for the following RP2040-specific a detailed overview of the library, except for the following RP2040-specific
changes: changes: