ExampleDevice

To import ExampleDevice, you can either use:

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

from psychopy.hardware import ExampleDevice


Back to top