From 1c05bc85be073f79062b369b24a578658b62f09c Mon Sep 17 00:00:00 2001 From: jposada202020 Date: Mon, 24 May 2021 17:24:05 -0400 Subject: [PATCH] correcting_returning_units --- adafruit_dps310.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adafruit_dps310.py b/adafruit_dps310.py index 653d11d..21af478 100644 --- a/adafruit_dps310.py +++ b/adafruit_dps310.py @@ -297,7 +297,7 @@ def reset(self): @property def pressure(self): - """Returns the current pressure reading in kPA""" + """Returns the current pressure reading in hPA""" temp_reading = self._raw_temperature raw_temperature = self._twos_complement(temp_reading, 24)