Closed gszy closed 3 years ago
Hi there! I recently took over as maintainer of this repo, and I'm working on merging the old pull requests.
My inclination is to replace the GPIO.cleanup()
call with GPIO.cleanup([self.intPin, self.rstPin])
instead of deleting it completely. What do you think?
This has been fixed by PR #9
Other parts of the program may still need it working.