Skip to content

Commit b36b108

Browse files
committed
updated ant python example with serial number
1 parent 60fd16f commit b36b108

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

python_package/examples/tests/eego_impedances_and_eeg.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
if __name__ == '__main__':
77
params = BrainFlowInputParams()
8+
# params.serial_number = '123456' # optional, useeful if multiple devices are connected
89
board = BoardShim(BoardIds.ANT_NEURO_EE_411_BOARD, params) # 8 channel amplifier
910
board.prepare_session()
1011

0 commit comments

Comments
 (0)