ExampleResponseDevice

To import ExampleResponseDevice, you can either use:

from psychopy_plugin_template.hardware.exampleResponseDevice import ExampleResponseDevice
or, any time after psychopy.plugins.activatePlugins has been called::

from psychopy.hardware import ExampleResponseDevice


Back to top