|
I am trying to connect an external physical button. However after checking the docs and the board there doesn't seem to be a space for another Digital Input connection. |
Answered by
alustig3
May 11, 2023
Replies: 1 comment
|
You can access the digital inputs by plugging in a port adapter and wire you own button into the screw terminal. You can build your own based on files here or purchase one through open-ephys. also, there is an external USR button on the pyControl breakout board that you can use. There is |
0 replies
Answer selected by
guykoy123
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can access the digital inputs by plugging in a port adapter and wire you own button into the screw terminal. You can build your own based on files here or purchase one through open-ephys.
also, there is an external USR button on the pyControl breakout board that you can use. There is
button.pytask in the example folder if you want to try it (or take a look here).