Skip to content

Commit

Permalink
Update SHT31TempHumiditySensor.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
sebaJoSt committed Sep 14, 2022
1 parent 1b4bb23 commit b0838c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/SHT31TempHumiditySensor/SHT31TempHumiditySensor.ino
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
SHT31TempHumiditySensor.ino
This is an example for the SHT31 Temperature & Humidity Sensor.
The sensor uses I2C to communicate, 2 pins are required to interface.
The sensor uses I2C to communicate, 2 pins are required to interface.
This example requires Adafruit SHT31 Libray to be installed.
Copyright (c) by Sebastian Strobl,
Expand Down Expand Up @@ -39,6 +39,7 @@ void setup() {
Serial.begin(9600);

sht31.begin(0x44);
//sht31.heater(true);

//Setup BlaeckSerial
BlaeckSerial.begin(
Expand Down

0 comments on commit b0838c1

Please sign in to comment.