Skip to content

Commit d513a24

Browse files
committed
Update qwiic.md
1 parent 5a8821c commit d513a24

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

Diff for: content/hardware/02.hero/boards/uno-r4-wifi/tutorials/qwiic/qwiic.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Wire1.begin();
7575
libraryName.begin( Wire1 );
7676
```
7777

78-
For example, when using SparkFuns AHT20 library, your setup function could look something like this:
78+
For example, when using SparkFuns AHT20 library, a sketch that read the temperature and prints it to the serial monitor could look like this:
7979
```arduino
8080
#include <Wire.h>
8181
#include <SparkFun_Qwiic_Humidity_AHT20.h>

0 commit comments

Comments
 (0)