Skip to content

Commit 60dd203

Browse files
authored
Merge pull request #2801 from ProgrammingElectronics/patch-8
Update SPI API references in documentation
2 parents 98265a9 + a00dc26 commit 60dd203

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/hardware/10.mega/boards/due/tutorials/due-extended-spi/due-extended-spi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ author: "Arduino"
1414
---
1515

1616

17-
> These APIs should not be used in new projects. Use [SPISettings](https://www.arduino.cc/en/Reference/SPISettings) with [SPI.beginTransaction()](https://www.arduino.cc/en/Tutorial/SPITransaction) to configure SPI parameters.
17+
> These APIs should not be used in new projects. Use [SPISettings](https://docs.arduino.cc/language-reference/en/functions/communication/SPI/SPISettings/) with [SPI.beginTransaction()](https://www.arduino.cc/en/Tutorial/SPITransaction) to configure SPI parameters.
1818
1919
On the Arduino Due, the SAM3X has advanced SPI capabilities. It is possible to use these extended methods, or the AVR-based ones.
2020

@@ -86,4 +86,4 @@ The parameter SPI_CONTINUE ensures that chip selection is keep active between tr
8686

8787
See the individual reference pages for [setClockDivider()](https://www.arduino.cc/en/Reference/SPISetClockDivider), [setDataMode()](https://www.arduino.cc/en/Reference/SPISetDataMode), [transfer()](https://www.arduino.cc/en/Reference/SPITransfer), [setBitOrder()](https://www.arduino.cc/en/Reference/SPISetBitOrder) for proper syntax when using the extended methods.
8888

89-
>NB : once SPI.begin() is called, the declared pin will not be available as a general purpose I/O pin.
89+
>NB : once SPI.begin() is called, the declared pin will not be available as a general purpose I/O pin.

0 commit comments

Comments
 (0)