HEBI (I/O) board getting feedback from analog/digital in python #19
Unanswered
HebiAssistant
asked this question in
Python
Replies: 1 comment
-
|
To access IO pins for both feedback and command objects, you would use the following: To set them, you would simply do For future reference, our Python API reference documentation is located at https://docs.hebi.us/docs/python/2.2.1/hebi/py_api.html (2.2.1 is currently the latest version) I hope this helps!
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My query is related to accessing I/O board analog and digital inputs in python. I found this link but still was not able to access them in python
https://docs.hebi.us/hardware.html#io-board-feedback
I believe it should be accessible something like that
Or am I forgetting something?
Beta Was this translation helpful? Give feedback.
All reactions