Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
a-mosquito committed Mar 27, 2024
1 parent a354667 commit 903622f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion empkins_sync_board_gui/constants/default_devices.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,15 @@
from empkins_sync_board_gui.constants import LOGIC_LEVEL_18, LOGIC_LEVEL_33, LOGIC_LEVEL_50

DEFAULT_DEVICES = [
"EmpkinS", "Biopac", "Somnomedics PSG", "Azure Kinect", "Intel RealSense", "Qualisys", "OptiTrack", "NilsPod", "XSens"
"EmpkinS",
"Biopac",
"Somnomedics PSG",
"Azure Kinect",
"Intel RealSense",
"Qualisys",
"OptiTrack",
"NilsPod",
"XSens"
]

# indices of sync_signal property refer to sync signals specified in `board_constants.SYNC_SIGNAL_MAPPING_OUTPUT`
Expand Down

0 comments on commit 903622f

Please sign in to comment.