You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I apologize: this is more of a question than an issue.
What are others doing to avoid I/O errors from simultaneous access to a linux i2c device file? I am thinking of creating a module that implements a job queue for i2c actions on a single device (/dev/i2c-1) using this module and something like https://github.com/caolan/asyncqueue.
Is anyone else already doing this?
The text was updated successfully, but these errors were encountered:
I apologize: this is more of a question than an issue.
What are others doing to avoid I/O errors from simultaneous access to a linux i2c device file? I am thinking of creating a module that implements a job queue for i2c actions on a single device (
/dev/i2c-1
) using this module and something like https://github.com/caolan/asyncqueue
.Is anyone else already doing this?
The text was updated successfully, but these errors were encountered: