From 96fef2daaf47d8555e287fad8fb84b95a351e1be Mon Sep 17 00:00:00 2001 From: pedromsousalima <32345730+pedromsousalima@users.noreply.github.com> Date: Mon, 29 Jul 2024 16:33:47 +0200 Subject: [PATCH] Added comment --- .../02.hero/boards/uno-r4-wifi/tutorials/qwiic/qwiic.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/hardware/02.hero/boards/uno-r4-wifi/tutorials/qwiic/qwiic.md b/content/hardware/02.hero/boards/uno-r4-wifi/tutorials/qwiic/qwiic.md index cb36821d30..6743cad74a 100644 --- a/content/hardware/02.hero/boards/uno-r4-wifi/tutorials/qwiic/qwiic.md +++ b/content/hardware/02.hero/boards/uno-r4-wifi/tutorials/qwiic/qwiic.md @@ -50,7 +50,7 @@ In most cases, however, you will be able to select the `Wire1` object when initi ```arduino Wire1.begin(); -libraryName.begin( Wire1 ); +libraryName.begin( Wire1 ); //libraryName in this case is a placeholder. Please remember to replace this with the library you are using. ``` For example, when using SparkFuns AHT20 library, a sketch that read the temperature and prints it to the serial monitor could look like this: