Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 26dd223

Browse files
committedApr 19, 2024
Link board names to product pages in SoftwareSerial pins table
Some board names (e.g., "Nano") are potentially ambiguous to the reader. This is avoided without the introduction of verbosity by linking to the specific hardware page.
1 parent 8bb0b46 commit 26dd223

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

‎content/learn/07.built-in-libraries/04.software-serial/software-serial.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ If your project requires simultaneous data flows, see Paul Stoffregen's [AltSoft
2828

2929
### Supported Pins
3030

31-
| Board | RX | TX |
32-
| ------------------- | -------------------------------------------- | --- |
33-
| Arduino 101 | 0-12, 14 (A0) - 19 (A5) | |
34-
| Leonardo<br />Micro | 8, 9, 10, 11, 14 (MISO), 15 (SCK), 16 (MOSI) | Any |
35-
| Mega<br />Mega 2560 | 10-15, 50-53, A8 (62)-A15 (69) | Any |
31+
| Board | RX | TX |
32+
| --------------------------------------------------------------------------------------------------- | -------------------------------------------- | --- |
33+
| [Arduino 101](/retired/boards/arduino-101-619/) | 0-12, 14 (A0) - 19 (A5) | |
34+
| [Leonardo](/hardware/leonardo/)<br />[Micro](/hardware/micro/)<br />[Yún Rev2](/hardware/yun-rev2/) | 8, 9, 10, 11, 14 (MISO), 15 (SCK), 16 (MOSI) | Any |
35+
| [Mega](/retired/other/hardware-pictures/)<br />[Mega 2560](/hardware/mega-2560/) | 10-15, 50-53, A8 (62)-A15 (69) | Any |
3636

3737
## Examples
3838

0 commit comments

Comments
 (0)
Please sign in to comment.