Skip to content

Add information re: SoftwareSerial pins for all supported boards #1884

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
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.
  • Loading branch information
per1234 committed Apr 19, 2024
commit 90d9ca4afcf40847d92f4a344dc04daf1c7d54cc
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ If your project requires simultaneous data flows, see Paul Stoffregen's [AltSoft

### Supported Pins

| Board | RX | TX |
| ------------------------ | -------------------------------------------- | --- |
| 101 | 0-12, 14 (A0) - 19 (A5) | |
| Leonardo<br />Micro | 8, 9, 10, 11, 14 (MISO), 15 (SCK), 16 (MOSI) | Any |
| Mega<br />Mega 2560 Rev3 | 10-15, 50-53, A8 (62)-A15 (69) | Any |
| Board | RX | TX |
| --------------------------------------------------------------------------------------------------- | -------------------------------------------- | --- |
| [101](/retired/boards/arduino-101-619/) | 0-12, 14 (A0) - 19 (A5) | |
| [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 |
| [Mega](/retired/other/hardware-pictures/)<br />[Mega 2560 Rev3](/hardware/mega-2560/) | 10-15, 50-53, A8 (62)-A15 (69) | Any |

## Examples

Expand Down