Skip to content

Commit 6404bb2

Browse files
Merge pull request #17 from jposada202020/correcting_returning_units
correcting_returning_units
2 parents 25f0736 + 1c05bc8 commit 6404bb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_dps310.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ def reset(self):
297297

298298
@property
299299
def pressure(self):
300-
"""Returns the current pressure reading in kPA"""
300+
"""Returns the current pressure reading in hPA"""
301301

302302
temp_reading = self._raw_temperature
303303
raw_temperature = self._twos_complement(temp_reading, 24)

0 commit comments

Comments
 (0)