Skip to content

Commit 3f1d10c

Browse files
committed
Correct serial object name for ATmega32U4 boards
The table incorrectly indicated that pins 0 and 1 on the Leonardo, Micro, and Yún were Serial. These pins are Serial1.
1 parent e58cbed commit 3f1d10c

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)