1
0
Fork 0

Fix USB-UART wiring table mistake pointed out by Liina

This commit is contained in:
Silver Kits 2016-11-19 12:30:22 +02:00
parent 8b7377dff3
commit 861f0c57d8
1 changed files with 1 additions and 1 deletions

View File

@ -13,5 +13,5 @@ This wiring schema uses only Tx from Arduino and is suitable to be used as stand
| Signal | ATMega2560 port and pin | Arduino Mega 2560 pin | USB UART converter pin |
| --- | --- | --- | --- |
| Ground (GND) | GND | GND | GND |
| Transmit data from Arduino (TxD) | PORTJ pin 1 (TXD3) | Digital pin 14 (TX3) | TxD |
| Transmit data from Arduino (TxD) | PORTJ pin 1 (TXD3) | Digital pin 14 (TX3) | RxD |