From e0b7aaeda07b07decbcb20397e9de5c7c3834c67 Mon Sep 17 00:00:00 2001 From: Muse95gg Date: Fri, 14 Mar 2025 09:50:14 -0600 Subject: [PATCH] Update cheat-sheet.md Revised the SDA and SCL pins in the I2C section, to D18 and D19 (they were D14 and D15) --- .../boards/uno-r4-wifi/tutorials/cheat-sheet/cheat-sheet.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/hardware/02.hero/boards/uno-r4-wifi/tutorials/cheat-sheet/cheat-sheet.md b/content/hardware/02.hero/boards/uno-r4-wifi/tutorials/cheat-sheet/cheat-sheet.md index 30d31e2c2d..ecf5b51366 100644 --- a/content/hardware/02.hero/boards/uno-r4-wifi/tutorials/cheat-sheet/cheat-sheet.md +++ b/content/hardware/02.hero/boards/uno-r4-wifi/tutorials/cheat-sheet/cheat-sheet.md @@ -384,8 +384,8 @@ I2C lets you connect multiple I2C compatible devices in series using only two pi 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. The pins used for I2C on the UNO R4 WiFi are the following: -- SDA - D14 -- SCL - D15 +- SDA - D18 +- SCL - D19 ![I2C Pins](assets/i2cpins.png)