You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: libraries/SPI/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
## SPI
2
2
3
3
STM32 SPI library has been modified with the possibility to manage hardware CS pin linked to the SPI peripheral.
4
-
_We do not describe here the [SPI Arduino API](https://www.arduino.cc/en/Reference/SPI) but the functionalities added._
4
+
_We do not describe here the [SPI Arduino API](https://docs.arduino.cc/language-reference/en/functions/communication/SPI/) but the functionalities added._
5
5
6
6
User have 2 possibilities about the management of the CS pin:
7
7
* the CS pin is managed directly by the user code before to transfer the data (like the Arduino SPI library)
0 commit comments