Skip to content

Commit

Permalink
fix broken link to SPI Library reference
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianegli authored Dec 18, 2024
1 parent ab4ec7b commit c696179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/learn/05.communication/02.spi/spi.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ difficulty: 'intermediate'

The SPI Library is included in every Arduino core/platform, so you do not need to install it externally. You can read more about SPI functions in the links below:

- [SPI Library](https://www.arduino.cc/en/reference/SPI)
- [SPI Library](https://reference.arduino.cc/reference/en/language/functions/communication/spi/)
- [GitHub (ArduinoCore-avr)](https://github.com/arduino/ArduinoCore-avr/tree/master/libraries/SPI)

## Serial Peripheral Interface (SPI)
Expand Down

0 comments on commit c696179

Please sign in to comment.