-
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
Multiple encoders #21
Comments
If I understand correctly, is obj -> "function" what points to and identifies the encoder ID in a given function? How can I reference the ID of this function in a for loop? (Encoder.id == 1). |
Hello, |
Thanks! |
Hi!
Can you help? I don't fully understand how to assign tasks by ID for multiple encoders.
If I use multiple encoders, how do I request information for a particular encoder? How can I associate behavior with an ID. For example: If the encoder ID is X, do you do it, and if the encoder ID is Y, do you do it?
Thanks in advance.
The text was updated successfully, but these errors were encountered: