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 50c590f commit 330fccaCopy full SHA for 330fcca
README.md
@@ -33,7 +33,8 @@ necessary:
33
Import Library > arduino-sht
34
1. Create an instance of the `SHTSensor` class (`SHTSensor sht;`)
35
2. In `setup()`, make sure to init the Wire library with `Wire.begin()`
36
-3. If you want to use the serial console, remember to initialize the Serial
+3. Also in `setup()`, call `sht.init()`
37
+5. If you want to use the serial console, remember to initialize the Serial
38
library with `Serial.begin(9600)`
39
1. Call `sht.readSample()` in the `loop()` function, which reads a temperature
40
and humidity sample from the sensor
0 commit comments