-
|
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. |
Beta Was this translation helpful? Give feedback.
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 |
Beta Was this translation helpful? Give feedback.
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).