Closed Gadgetoid closed 4 years ago
Closes the i2c on __exit__ to avoid leaving multiple file handles open when the library is re-used in a single, persistent Python thread.
__exit__
Closes the i2c on
__exit__
to avoid leaving multiple file handles open when the library is re-used in a single, persistent Python thread.