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.
2 parents f81469e + 3653471 commit 58ebcf3Copy full SHA for 58ebcf3
adafruit_pm25/__init__.py
@@ -74,7 +74,13 @@ def _read_into_buffer(self) -> None:
74
75
def read(self) -> dict:
76
"""Read any available data from the air quality sensor and
77
- return a dictionary with available particulate/quality data"""
+ return a dictionary with available particulate/quality data
78
+
79
+ Note that "standard" concentrations are those when corrected to
80
+ standard atmospheric conditions (288.15 K, 1013.25 hPa), and
81
+ "environmental" concentrations are those measure in the current
82
+ atmospheric conditions.
83
+ """
84
self._read_into_buffer()
85
# print([hex(i) for i in self._buffer])
86
0 commit comments