Skip to content

Commit 90d9ca4

Browse files
committed
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 60fc687 commit 90d9ca4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: content/learn/07.built-in-libraries/04.software-serial/software-serial.md

+5-5
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-
| 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 Rev3 | 10-15, 50-53, A8 (62)-A15 (69) | Any |
31+
| Board | RX | TX |
32+
| --------------------------------------------------------------------------------------------------- | -------------------------------------------- | --- |
33+
| [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 Rev3](/hardware/mega-2560/) | 10-15, 50-53, A8 (62)-A15 (69) | Any |
3636

3737
## Examples
3838

0 commit comments

Comments
 (0)