Merge branch 'master' into jetson-spidev

This commit is contained in:
missionfloyd 2022-02-27 23:59:34 -07:00 committed by GitHub
commit 2007e46d20
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
75 changed files with 16659 additions and 2453 deletions

View file

@ -81,6 +81,6 @@ def module_exit():
GPIO.output(RST_PIN, 0)
GPIO.output(DC_PIN, 0)
GPIO.cleanup()
GPIO.cleanup([RST_PIN, DC_PIN, CS_PIN, BUSY_PIN])
### END OF FILE ###