Update README.md

assigned free pin NC on expansion connector to analog input A5
This commit is contained in:
Mr.Blinky 2020-05-01 02:27:08 +02:00 committed by GitHub
parent e209877cad
commit 86ca484f61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -109,13 +109,13 @@ An expansion connector can be added to a modified or Homemade Arduboy in the for
| 12 | 11 | 10 | 9 | 8 | 7 | 6 | 5 | 4 | 3 | 2 | 1 | | 12 | 11 | 10 | 9 | 8 | 7 | 6 | 5 | 4 | 3 | 2 | 1 |
| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
| TX | RX | SCL | SDA | NC | KEY | MISO| MOSI| CLK | RST | GND | Vcc | | TX | RX | SCL | SDA | A5 | KEY | MISO| MOSI| CLK | RST | GND | Vcc |
### Expansion connector pinout (new design) ### Expansion connector pinout (new design)
| 12 | 11 | 10 | 9 | 8 | 7 | 6 | 5 | 4 | 3 | 2 | 1 | | 12 | 11 | 10 | 9 | 8 | 7 | 6 | 5 | 4 | 3 | 2 | 1 |
| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
| TX | SDA | SCL | RX | NC | KEY | MISO| MOSI| CLK | RST | GND | Vcc | | TX | SDA | SCL | RX | A5 | KEY | MISO| MOSI| CLK | RST | GND | Vcc |
(RX and SDA pins are swapped) (RX and SDA pins are swapped)
@ -124,7 +124,7 @@ TX* - Serial Transmitter output
RX - Serial Receiver input / original Flash cart chip select RX - Serial Receiver input / original Flash cart chip select
SCL* - I2C/TWI serial clock I/O SCL* - I2C/TWI serial clock I/O
SDA* - I2C/TWI serial data I/O / new Flash cart chip select (Arduboy FX) SDA* - I2C/TWI serial data I/O / new Flash cart chip select (Arduboy FX)
NC - Not connected (reserved for future use) A5 - Analog input pin
KEY - Key pin. should be filled to block pin insertion (reverse insert protection) KEY - Key pin. should be filled to block pin insertion (reverse insert protection)
MISO - SPI/ICSP Master Input, Slave Output MISO - SPI/ICSP Master Input, Slave Output
MOSI - SPI/ICSP Master Output, Slave Input MOSI - SPI/ICSP Master Output, Slave Input
@ -134,5 +134,5 @@ GND - Ground (0V)
Vcc - 5V (~3.0V to ~4.1V on Arduboy) Vcc - 5V (~3.0V to ~4.1V on Arduboy)
(*) Not available when using Pro Micro with Alternate Wiring (*) Not available when using Pro Micro with Alternate Wiring
``` ```
Note on the original flash cart design RX is used as flash chip select. In the new design (as used by Arduboy FX) SDA is used as flash chip select and Rx and Rx are available for serial comms. Note on the original flash cart design RX is used as flash chip select. In the new design (as used by Arduboy FX) SDA is used as flash chip select and Rx and Tx are available for serial comms.