Skip to content

Commit 6d3f057

Browse files
authored
Update cheat-sheet.md (#2428)
Revised the SDA and SCL pins in the I2C section, to D18 and D19 (they were D14 and D15)
1 parent 9e127ed commit 6d3f057

File tree

1 file changed

+2
-2
lines changed
  • content/hardware/02.hero/boards/uno-r4-wifi/tutorials/cheat-sheet

1 file changed

+2
-2
lines changed

content/hardware/02.hero/boards/uno-r4-wifi/tutorials/cheat-sheet/cheat-sheet.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -384,8 +384,8 @@ I2C lets you connect multiple I2C compatible devices in series using only two pi
384384
The UNO R4 WiFi has one I2C bus which is marked with SCL and SDA. They are shared with A4 (SDA) and A5 (SCL) which owners of previous UNO's are familiar with. The pullups are not mounted on the PCB but there are footprints to do so if needed.
385385

386386
The pins used for I2C on the UNO R4 WiFi are the following:
387-
- SDA - D14
388-
- SCL - D15
387+
- SDA - D18
388+
- SCL - D19
389389

390390
![I2C Pins](assets/i2cpins.png)
391391

0 commit comments

Comments
 (0)