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 17f82bd commit b959cddCopy full SHA for b959cdd
adafruit_hts221.py
@@ -266,7 +266,6 @@ def temperature_data_ready(self):
266
"""Returns true if a new temperature measurement is available to be read"""
267
return self._temperature_status_bit
268
269
-
270
def take_measurements(self):
271
"""Update the value of ``pressure`` and ``temperature`` by taking a single measurement.
272
Only meaningful if ``data_rate`` is set to ``ONE_SHOT``"""
0 commit comments