Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: the issues 90
  • Loading branch information
xgqfrms authored May 16, 2023
commit b092f90e7a741e9dec0821aaca93c6d7fa05e414
1 change: 0 additions & 1 deletion adafruit_dht.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ def __init__(
def exit(self) -> None:
"""Cleans up the PulseIn process. Must be called explicitly"""
if self._use_pulseio:
print("De-initializing self.pulse_in")
self.pulse_in.deinit()

def _pulses_to_binary(self, pulses: array.array, start: int, stop: int) -> int:
Expand Down