Closed ezio-melotti closed 2 years ago
This PR fixes the Vernier sensors finalization by calling device.close() on exit.
device.close()
exit
I can test that and if it works I can add it too, but otherwise this PR seems to fix the problem I was seeing.
I updated the PR to also call gd.quit() and tested that it works.
gd.quit()
Awesomeo, looks good to me
This PR fixes the Vernier sensors finalization by calling
device.close()
onexit
.