8 lines
117 B
Python
8 lines
117 B
Python
from muselsl import record
|
|
import os
|
|
|
|
record(duration=60, filename="brain_data.csv")
|
|
|
|
#muselsl view --backend=QtAgg
|
|
|