Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 4408118

Browse files
Merge pull request #2090 from arduino/Pedromsousalima/QWIIC-Connector-Arduino-R4-WIFI
2089 - Qwiic connector on the Arduino UNO R4 WiFi
2 parents 8a8e265 + 96fef2d commit 4408118

File tree

1 file changed

+1
-1
lines changed
  • content/hardware/02.hero/boards/uno-r4-wifi/tutorials/qwiic

1 file changed

+1
-1
lines changed

‎content/hardware/02.hero/boards/uno-r4-wifi/tutorials/qwiic/qwiic.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ In most cases, however, you will be able to select the `Wire1` object when initi
5050

5151
```arduino
5252
Wire1.begin();
53-
libraryName.begin( Wire1 );
53+
libraryName.begin( Wire1 ); //libraryName in this case is a placeholder. Please remember to replace this with the library you are using.
5454
```
5555

5656
For example, when using SparkFuns AHT20 library, a sketch that read the temperature and prints it to the serial monitor could look like this:

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /