-
Notifications
You must be signed in to change notification settings - Fork 24
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
Store multiple values in registers ? #21
Comments
Hello, Thank you! |
Allright, that what I thought. I have then another related question. What would be the benefit of storing the value in the register rather than in an arduino variable ? Thank you |
The I2C encoder keep counting when you rotate the encoder even if you don't read through the I2C command. This can happens when your arduino is busy with other tasks. |
Oh ok. That makes sense. Thank you ! Those controllers and led rings are really great and well made. |
Hi,
I have a question on how the encoder works. I'm doing a bluetooth midi controller and plan to have several pages of controls.
I read in the docs that the encoder have 4 adress bytes. Does it means that I can store 4 values ? Or are you using the 4 of them for one value ?
The text was updated successfully, but these errors were encountered: