Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove ownership of I2C and pass as argument to functions instead. #21

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Nashenas88
Copy link

If an instance of HT16K33 owns the I2C instance, then it's not possible to control multiple HT16K33 instances over the same I2C line. This is true when communicating with multiple devices even if they're not HT16K33 objects.

This change allows multiple devices to be communicating over the same I2C line.

You can see usages of this in https://github.com/Nashenas88/sparkfun-alphanum4

If an instance of HT16K33 owns the I2C instance, then it's not
possible to control multiple HT16K33 instances over the same I2C line.
This is true when communicating with multiple devices even if they're
not HT16K33 objects.

This change allows multiple devices to be communicating over the same
I2C line.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant