Rename all files in doc directory to lower case to avoid problems in case-insensitive and case-aware file systems.

This commit is contained in:
Silver Kits
2016-11-19 12:43:54 +02:00
parent 55ed13b805
commit 256059d358
5 changed files with 3 additions and 3 deletions

View File

@@ -0,0 +1,17 @@
# Arduino Mega USB UART converter wiring
## Introduction
This wiring schema uses only Tx from Arduino and is suitable to be used as standard error console.
## Wiring illustration
![arduino-mega-usb-uart-wiring.png](arduino-mega-usb-uart-wiring.png)
## Wiring table
| 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) | RxD |