Skip to content

Commit e4bc128

Browse files
committed
v3 api: fix example
1 parent 5809084 commit e4bc128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

open_bci_v3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
EXAMPLE USE:
55
66
def handle_sample(sample):
7-
print(sample.channels)
7+
print(sample.channel_data)
88
99
board = OpenBCIBoard()
1010
board.print_register_settings()

0 commit comments

Comments
 (0)