-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Anka
authored and
Anka
committed
Dec 18, 2024
1 parent
89e7743
commit eca9613
Showing
77 changed files
with
26,912 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Sphinx build info version 1 | ||
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done. | ||
config: 616e051058e648c27a365d12356c45a0 | ||
tags: d77d1c0d9ca2f4c8421862c7c5a0d620 |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
Millikey HID Button Group | ||
------------------------------- | ||
|
||
To import MillikeyHIDButtonGroup, you can either use: | ||
```python | ||
from psychopy_labhackers.millikey import MillikeyHIDButtonGroup | ||
``` | ||
or, any time after `psychopy.plugins.activatePlugins` has been called: | ||
```python | ||
from psychopy.hardware import MillikeyHIDButtonGroup | ||
``` | ||
|
||
.. autoclass:: psychopy_labhackers.millikey.MillikeyHIDButtonGroup | ||
:members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
MillikeySerialButtonGroup | ||
------------------------------- | ||
|
||
To import MillikeySerialButtonGroup, you can either use: | ||
```python | ||
from psychopy_labhackers.millikey import MillikeySerialButtonGroup | ||
``` | ||
or, any time after `psychopy.plugins.activatePlugins` has been called: | ||
```python | ||
from psychopy.hardware import MillikeySerialButtonGroup | ||
``` | ||
|
||
.. autoclass:: psychopy_labhackers.millikey.MillikeySerialButtonGroup | ||
:members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
Welcome to psychopy-labhackers's documentation! | ||
============================================= | ||
|
||
Extension package for adding support for devices by [LabHackers Research Equipment](http://labhackers.com/) to PsychoPy. | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
:caption: Added content for Builder | ||
:glob: | ||
|
||
builder/**/* | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
:caption: Added content for Coder | ||
:glob: | ||
|
||
coder/* | ||
|
||
Indices and tables | ||
================== | ||
|
||
* :ref:`genindex` | ||
* :ref:`modindex` | ||
* :ref:`search` |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.