We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a8821c commit d513a24Copy full SHA for d513a24
content/hardware/02.hero/boards/uno-r4-wifi/tutorials/qwiic/qwiic.md
@@ -75,7 +75,7 @@ Wire1.begin();
75
libraryName.begin( Wire1 );
76
```
77
78
-For example, when using SparkFuns AHT20 library, your setup function could look something like this:
+For example, when using SparkFuns AHT20 library, a sketch that read the temperature and prints it to the serial monitor could look like this:
79
```arduino
80
#include <Wire.h>
81
#include <SparkFun_Qwiic_Humidity_AHT20.h>
0 commit comments