Skip to content

Commit ca8ac9d

Browse files
committed
Updated readme
1 parent 5bc9993 commit ca8ac9d

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,19 +46,21 @@ First Create Virtual Environment
4646
Then,
4747

4848
```bash
49-
python bioamp_tool.py [options]
49+
python chords.py [options]
5050
```
5151

5252
### Options
5353

5454
- `-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).
5656
- `--csv`: Enable CSV logging. Data will be saved to a timestamped file.
5757
- `--lsl`: Enable LSL streaming. Sends data to an LSL outlet.
5858
- `-v`, `--verbose`: Enable verbose output with detailed statistics and error reporting.
59-
- `--gui`: Enable the real-time data plotting GUI.
6059
- `-t` : Enable the timer to run program for a set time in seconds.
6160

61+
## GUI
62+
- `python chords.py --gui`: Enable the real-time data plotting GUI.
63+
6264
## Script Functions
6365

6466
`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)
126128
127129
We are thankful to our awesome contributors, the list below is alphabetically sorted.
128130
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

Comments
 (0)