Skip to content

Commit 0cac46f

Browse files
authored
Merge pull request #642 from per1234/correct-serial-pins
Correct serial object name for ATmega32U4 boards
2 parents f731a3b + 3f1d10c commit 0cac46f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Language/Functions/Communication/Serial.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Used for communication between the Arduino board and a computer or other devices
2222
| Board | USB CDC name | Serial pins | Serial1 pins | Serial2 pins | Serial3 pins
2323
| Uno, Nano, Mini | | 0(RX), 1(TX) | | |
2424
| Mega | | 0(RX), 1(TX) | 19(RX), 18(TX) | 17(RX), 16(TX) | 15(RX), 14(TX)
25-
| Leonardo, Micro, Yún | Serial | 0(RX), 1(TX) | | |
25+
| Leonardo, Micro, Yún | Serial | | 0(RX), 1(TX) | |
2626
| Uno WiFi Rev.2 | | Connected to USB | 0(RX), 1(TX) | Connected to NINA |
2727
| MKR boards | Serial | | 13(RX), 14(TX) | |
2828
| Zero | SerialUSB (Native USB Port only) | Connected to Programming Port | 0(RX), 1(TX) | |

0 commit comments

Comments
 (0)