Skip to content

Commit b93f57b

Browse files
committed
Fix pins placement image
1 parent 2b03964 commit b93f57b

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

Diff for: variants/uno2018/pins_arduino.h

+21-21
Original file line numberDiff line numberDiff line change
@@ -134,29 +134,29 @@ static const uint8_t A5 = PIN_A5;
134134

135135
// ATMEGA4809 / ARDUINO
136136
//
137-
// SCL SDA
138-
// (A5*)(A4*) (7) (2) (R) (3~) (6~)
139-
// PA4 PA3 PA2 PA1 PA0 GND VDD UPDI PF6 PF5 PF4 PF3
137+
// (SCL)(SDA) (7) (2) (R) (3~) (6~)
138+
// PA4 PA3 PA2 PA1 PA0 GND VDD UPDI PF6 PF5 PF4 PF3
140139
//
141-
// 48 47 46 45 44 43 42 41 40 39 38 37
142-
// + ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ +
143-
// PA5 1| |36 PF2
144-
// PA6 2| |35 PF1 (TOSC2)
145-
// PA7 3| |34 PF0 (TOSC1)
146-
// (9~) PB0 4| |33 PE3 (8)
147-
// (10~) PB1 5| |32 PE2
148-
// (5~) PB2 6| |31 PE1
149-
// PB3 7| 48pin QFN |30 PE0
150-
// (Tx) PB4 8| |29 GND
151-
// (Rx) PB5 9| |28 AVDD
152-
// (11~) PC0 10| |27 PD7 (VREF)
153-
// (12) PC1 11| |26 PD6
154-
// (13) PC2 12| |25 PD5 (A5)
155-
// + ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ +
156-
// 13 14 15 16 17 18 19 20 21 22 23 24
140+
// 48 47 46 45 44 43 42 41 40 39 38 37
141+
// + ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ +
142+
// PA5 1| |36 PF2
143+
// PA6 2| |35 PF1 (TOSC2)
144+
// PA7 3| |34 PF0 (TOSC1)
145+
// (9~) PB0 4| |33 PE3 (8)
146+
// (10~) PB1 5| |32 PE2 (13)
147+
// (5~) PB2 6| |31 PE1 (12)
148+
// PB3 7| 48pin QFN |30 PE0 (11~)
149+
// (Tx) PB4 8| |29 GND
150+
// (Rx) PB5 9| |28 AVDD
151+
// PC0 10| |27 PD7 (VREF)
152+
// PC1 11| |26 PD6
153+
// PC2 12| |25 PD5 (A5)
154+
// + ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ +
155+
// 13 14 15 16 17 18 19 20 21 22 23 24
157156
//
158-
// PC3 VDD GND PC4 PC5 PC6 PC7 PD0 PD1 PD2 PD3 PD4
159-
// (10~*) (1) (0) (4) (A0) (A1) (A2) (A3) (A4)
157+
// PC3 VDD GND PC4 PC5 PC6 PC7 PD0 PD1 PD2 PD3 PD4
158+
// (1) (0) (4) (A0) (A1) (A2) (A3) (A4)
159+
160160
//
161161

162162
const uint8_t PROGMEM digital_pin_to_port[] = {

0 commit comments

Comments
 (0)