Difference between revisions of "Arduino: Pinout"
From Luky-Wiki
Lukas Dzunko (talk | contribs) |
Lukas Dzunko (talk | contribs) |
||
Line 1: | Line 1: | ||
Pin-out and schematic can be found on [http://www.arudino.cc/ Arduino] web page in section [http://arduino.cc/en/Main/Products Products]. I would like to have simplified table here, because I think it is more self explaining. | Pin-out and schematic can be found on [http://www.arudino.cc/ Arduino] web page in section [http://arduino.cc/en/Main/Products Products]. I would like to have simplified table here, because I think it is more self explaining. | ||
== Arduino UNO Rev3 == | == Arduino UNO Rev3 == | ||
− | {|class="wikitable" | + | {|class="wikitable" align="center" style="text-align: center;" |
!colspan="4" | v3 | !colspan="4" | v3 | ||
!colspan="6" | Digital H || | !colspan="6" | Digital H || | ||
!colspan="8" | Digital L | !colspan="8" | Digital L | ||
|- | |- | ||
− | | | + | | - || - || AREF || GND || 13 || 12 || ~11 || ~10 || ~9 || 8 || || 7 || ~6 || ~5 || 4 || ~3 || 2 || 1 || 0 |
+ | |- | ||
+ | | SCL || SDA || AREF || GND || SCK || MISO || MOSI || SS || OC1 || ICP || || AIN1 || AIN0 || T1 || T0 || INT1 || INT0 || TxD || RxD | ||
+ | |- | ||
+ | | PC5 || PC4 || AREF || GND || PB5 || PB4 || PB3 || PB2 || PB1 || PB0 || || PD7 || PD6 || PD5 || PD4 || PD3 || PD2 || PD1 || PD0 | ||
+ | |- | ||
+ | |} | ||
+ | ~ = PWM output | ||
+ | |||
+ | {|class="wikitable" align="center" style="text-align: center;" | ||
+ | !colspan="8" | Power || | ||
+ | !colspan="6" | Analog | ||
+ | |- | ||
+ | | n/c || IOREF || RESET || 3.3V || 5V || GND || GND || Vin || || A0 || A1 || A2 || A3 || A4 || A5 | ||
|- | |- | ||
|} | |} |
Revision as of 21:01, 4 December 2012
Pin-out and schematic can be found on Arduino web page in section Products. I would like to have simplified table here, because I think it is more self explaining.
Arduino UNO Rev3
v3 | Digital H | Digital L | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
- | - | AREF | GND | 13 | 12 | ~11 | ~10 | ~9 | 8 | 7 | ~6 | ~5 | 4 | ~3 | 2 | 1 | 0 | |
SCL | SDA | AREF | GND | SCK | MISO | MOSI | SS | OC1 | ICP | AIN1 | AIN0 | T1 | T0 | INT1 | INT0 | TxD | RxD | |
PC5 | PC4 | AREF | GND | PB5 | PB4 | PB3 | PB2 | PB1 | PB0 | PD7 | PD6 | PD5 | PD4 | PD3 | PD2 | PD1 | PD0 |
~ = PWM output
Power | Analog | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
n/c | IOREF | RESET | 3.3V | 5V | GND | GND | Vin | A0 | A1 | A2 | A3 | A4 | A5 |