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 771b365 commit 24240eeCopy full SHA for 24240ee
README.rst
@@ -66,7 +66,7 @@ Usage Example
66
i2c = busio.I2C(board.SCL, board.SDA)
67
hts = adafruit_hts221.HTS221(i2c)
68
while True:
69
- print("Humidity: %.2f percent rH" % hts.humidity)
+ print("Relative Humidity: %.2f percent rH" % hts.relative_humidity)
70
print("Temperature: %.2f C" % hts.temperature)
71
time.sleep(1)
72
0 commit comments