Skip to content

Commit b603600

Browse files
authored
Update Language/Functions/Communication/Wire.adoc
1 parent cb76050 commit b603600

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Language/Functions/Communication/Wire.adoc

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@ This library allows you to communicate with I2C/TWI devices. On the Arduino boar
2121
As a reference the table below shows where TWI pins are located on various Arduino boards.
2222

2323
|================================================================================================================================================
24-
| Board | I2C/TWI pins |
25-
| UNO R3 | 13(SDA), 14(SCL) |
26-
| UNO R3 SMD, UNO Mini Ltd | 18(SDA), 19(SCL) |
27-
| UNO WiFi Rev2 | 20(SDA), 21(SCL) |
28-
| UNO R4 Minima, UNO R4 WiFi | 2(SDA), 1(SCL) |
29-
| Micro, Yún Rev2 | D2(SDA), D3(SCL) |
30-
| Leonardo, GIGA R1 WiFi | 20(SDA), 21(SCL), SDA1, SCL1 |
31-
| Nano boards | A4(SDA), A5(SCL) |
32-
| MKR boards | D11(SDA), D12(SCL) |
33-
| Due, MKR Zero, Mega, Mega 2560 Rev3 | D20(SDA), D21(SCL) |
24+
| Board | I2C Default | I2C1 | I2C2 | Notes
25+
| UNO R3, UNO R3 SMD, UNO Mini Ltd | A4(SDA), A5(SCL) | | | I2C also available on the SDA / SCL pins (digital header).
26+
| UNO R4 Minima, UNO R4 WiFi | A4(SDA), A5(SCL) | Qwiic: D27(SDA), D26(SCL) | | I2C also available on the SDA / SCL pins (digital header).
27+
| UNO WiFi Rev2, Zero | 20(SDA), 21(SCL) | | |
28+
| Leonardo, Micro, Yùn Rev2 | D2(SDA), D3(SCL) | | |
29+
| Nano boards | A4(SDA), A5(SCL) | | |
30+
| MKR boards | D11(SDA), D12(SCL) | | |
31+
| GIGA R1 WiFi | 20(SDA), 21(SCL) | D102(SDA1), D101 (SCL1) | D9(SDA2), D8 (SCL2) | Use `Wire1.begin()` for I2C1, and `Wire2.begin()` for I2C2.
32+
| Due | 20(SDA), 21(SCL) | D70(SDA1), D71(SCL1) | | Use `Wire1.begin()` for I2C1
33+
| Mega 2560 Rev3 | D20(SDA), D21(SCL) | | |
3434
|================================================================================================================================================
3535

3636

0 commit comments

Comments
 (0)