Skip to content

Commit 96fef2d

Browse files
Added comment
1 parent 0f50a2f commit 96fef2d

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

+1-1
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)