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 9825b34 commit f77f063Copy full SHA for f77f063
adafruit_rfm/rfm69.py
@@ -310,6 +310,7 @@ def temperature(self) -> float:
310
311
.. warning:: Reading this will STOP any receiving/sending that might be happening!
312
"""
313
+ self.idle() # set radio idle before reading temperature
314
# Start a measurement then poll the measurement finished bit.
315
self.temp_start = 1
316
while self.temp_running > 0:
0 commit comments