forked from mrmcwethy/Adafruit_CircuitPython_DHT
- Notifications
You must be signed in to change notification settings - Fork 64
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
xgqfrms
