-
Notifications
You must be signed in to change notification settings - Fork 2
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
Todd OST
committed
Apr 8, 2024
1 parent
0d9fe82
commit 443b4c7
Showing
3 changed files
with
14 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,10 @@ | ||
To import RB730, you can either use: | ||
```python | ||
from psychopy_cedrus.cedrus import RB730 | ||
``` | ||
or, any time after `psychopy.plugins.activatePlugins` has been called: | ||
```python | ||
from psychopy.hardware.cedrus import RB730 | ||
``` | ||
|
||
::: psychopy_cedrus.cedrus.RB730 |
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 @@ | ||
Use the sidebar to navigate through the code elements added to the PsychoPy library by this plugin. |
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