Skip to content

Commit e44b95b

Browse files
authored
Merge pull request #7 from PayalLakra/patch-1
Change font of Script function commands
2 parents f37a603 + 0ce9425 commit e44b95b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,31 +44,31 @@ python bioamp_tool.py [options]
4444

4545
## Script Functions
4646

47-
### `auto_detect_arduino(baudrate, timeout=1)`
47+
- `auto_detect_arduino(baudrate, timeout=1)`
4848

4949
Detects an Arduino connected via serial port. Returns the port name if detected.
5050

51-
### `read_arduino_data(ser, csv_writer=None)`
51+
- `read_arduino_data(ser, csv_writer=None)`
5252

5353
Reads and processes data from the Arduino. Writes data to CSV and/or LSL stream if enabled.
5454

55-
### `start_timer()`
55+
- `start_timer()`
5656

5757
Initializes timers for 10-second and 10-minute intervals.
5858

59-
### `log_ten_second_data(verbose=False)`
59+
- `log_ten_second_data(verbose=False)`
6060

6161
Logs and resets data for the 10-second interval.
6262

63-
### `log_ten_minute_data(verbose=False)`
63+
- `log_ten_minute_data(verbose=False)`
6464

6565
Logs data and statistics for the 10-minute interval.
6666

67-
### `parse_data(port, baudrate, lsl_flag=False, csv_flag=False, verbose=False)`
67+
- `parse_data(port, baudrate, lsl_flag=False, csv_flag=False, verbose=False)`
6868

6969
Parses data from Arduino and manages logging and streaming.
7070

71-
### `main()`
71+
- `main()`
7272

7373
Handles command-line argument parsing and initiates data processing.
7474

@@ -102,4 +102,4 @@ Use an LSL viewer (e.g., BrainVision LSL Viewer) to visualize the streamed data
102102
We are thankful to our awesome contributors, the list below is alphabetically sorted.
103103

104104
- [Payal Lakra](https://github.com/payallakra)
105-
105+

0 commit comments

Comments
 (0)