Closed
Description
fix: remove print(De-initializing self.pulse_in
) when exit
# ...
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()
# ...
refs
https://github.com/adafruit/Adafruit_CircuitPython_DHT/blob/main/adafruit_dht.py#L92