HEBI (I/O) board getting feedback from analog/digital in python #133
-
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.
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.
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!