@@ -46,19 +46,21 @@ First Create Virtual Environment
46
46
Then,
47
47
48
48
` ` ` bash
49
- python bioamp_tool .py [options]
49
+ python chords .py [options]
50
50
` ` `
51
51
52
52
# ## Options
53
53
54
54
- ` -p` , ` --port` < port> : Specify the serial port to use (e.g., COM5, /dev/ttyUSB0).
55
- - ` -b` , ` --baudrate` < baudrate> : Set the baud rate for serial communication (default is 115200 ).
55
+ - ` -b` , ` --baudrate` < baudrate> : Set the baud rate for serial communication (default is 230400 ).
56
56
- ` --csv` : Enable CSV logging. Data will be saved to a timestamped file.
57
57
- ` --lsl` : Enable LSL streaming. Sends data to an LSL outlet.
58
58
- ` -v` , ` --verbose` : Enable verbose output with detailed statistics and error reporting.
59
- - ` --gui` : Enable the real-time data plotting GUI.
60
59
- ` -t` : Enable the timer to run program for a set time in seconds.
61
60
61
+ # # GUI
62
+ - ` python chords.py --gui` : Enable the real-time data plotting GUI.
63
+
62
64
# # Script Functions
63
65
64
66
` auto_detect_arduino(baudrate, timeout=1)`
@@ -126,4 +128,7 @@ If GUI is not enabled, you can use an LSL viewer (e.g., BrainVision LSL Viewer)
126
128
127
129
We are thankful to our awesome contributors, the list below is alphabetically sorted.
128
130
129
- - [Payal Lakra](https://github.com/payallakra)
131
+ - [Payal Lakra](https://github.com/payallakra)
132
+
133
+ The audio file in game.py is taken from - [Pixabay]
134
+ (https://pixabay.com/sound-effects/brass-fanfare-with-timpani-and-winchimes-reverberated-146260/)
0 commit comments