fivdi / i2c-bus

I2C serial bus access with Node.js
MIT License
348 stars 57 forks source link

Simplify concurrent asynchronous access to multiple devices #4

Closed fivdi closed 9 years ago

fivdi commented 9 years ago

If multiple devices need to be accessed asynchronously and concurrently, the current implementation requires that each device be accessed through it's own unique Bus object.

This is not intuitive.

Make it possible to access multiple devices asynchronously and concurrently through a single Bus object.

fivdi commented 9 years ago

Implemented with 31f0d1199bb1fd32d5b8374afd0e23f4577bf544