We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5809084 commit e4bc128Copy full SHA for e4bc128
open_bci_v3.py
@@ -4,7 +4,7 @@
4
EXAMPLE USE:
5
6
def handle_sample(sample):
7
- print(sample.channels)
+ print(sample.channel_data)
8
9
board = OpenBCIBoard()
10
board.print_register_settings()
0 commit comments