From e00b8997054f0be401ecc48ea562f1b83a3c8aa8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christopher=20M=C3=A9ndez?= <49886387+mcmchris@users.noreply.github.com> Date: Tue, 5 Aug 2025 11:28:55 -0400 Subject: [PATCH] Renesas datasheet for Qwiic --- .../02.hero/boards/uno-r4-wifi/datasheet/datasheet.md | 8 ++++++-- .../03.nano/boards/nano-r4/datasheet/datasheet.md | 4 +++- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/content/hardware/02.hero/boards/uno-r4-wifi/datasheet/datasheet.md b/content/hardware/02.hero/boards/uno-r4-wifi/datasheet/datasheet.md index 3ab065cde9..4dd163750c 100644 --- a/content/hardware/02.hero/boards/uno-r4-wifi/datasheet/datasheet.md +++ b/content/hardware/02.hero/boards/uno-r4-wifi/datasheet/datasheet.md @@ -234,10 +234,12 @@ The DAC can be used for signal generation for e.g. audio applications, like gene ## Qwiic I2C Connector -The I2C Qwiic connector SM04B-SRSS-TB(LF)(SN) is connected to a secondary I2C bus on the board. Note that this connector is powered via 3.3 V. +The I2C Qwiic connector SM04B-SRSS-TB(LF)(SN) is connected to a secondary I2C bus (I2C0) on the board. This connector is powered via 3.3 V following the Qwiic standard system and makes the board compatible with the Arduino Modulino nodes.  +**Note:** The Qwiic I2C bus object is `Wire1` and the standard I2C bus object is `Wire`. + The standard I2C is accessible through the following pin connections: **JANALOG header** @@ -248,7 +250,9 @@ The standard I2C is accessible through the following pin connections: - SDA - SCL -**Note:** as A4/A5 is connected to the main I2C bus, these should not be used as ADC inputs whenever the bus is in use. You can however connect I2C devices to each of these pins and connectors simultaneously. +