Add 1602 LCD keypad shield wiring and fix USB-UART wiring

This commit is contained in:
Silver Kits
2016-10-10 11:45:39 +03:00
parent 6dac14ab59
commit 1613198bc3
3 changed files with 43 additions and 2 deletions

View File

@@ -12,6 +12,6 @@ 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 |
| Transmit data from Arduino (TxD) | PORTJ 1 (TXD3) | 14 (TX3) | TxD |
| Ground (GND) | GND | GND | GND |
| Transmit data from Arduino (TxD) | PORTJ pin 1 (TXD3) | Digital pin 14 (TX3) | TxD |