@@ -44,31 +44,31 @@ python bioamp_tool.py [options]
44
44
45
45
## Script Functions
46
46
47
- ### ` auto_detect_arduino(baudrate, timeout=1) `
47
+ - ` auto_detect_arduino(baudrate, timeout=1) `
48
48
49
49
Detects an Arduino connected via serial port. Returns the port name if detected.
50
50
51
- ### ` read_arduino_data(ser, csv_writer=None) `
51
+ - ` read_arduino_data(ser, csv_writer=None) `
52
52
53
53
Reads and processes data from the Arduino. Writes data to CSV and/or LSL stream if enabled.
54
54
55
- ### ` start_timer() `
55
+ - ` start_timer() `
56
56
57
57
Initializes timers for 10-second and 10-minute intervals.
58
58
59
- ### ` log_ten_second_data(verbose=False) `
59
+ - ` log_ten_second_data(verbose=False) `
60
60
61
61
Logs and resets data for the 10-second interval.
62
62
63
- ### ` log_ten_minute_data(verbose=False) `
63
+ - ` log_ten_minute_data(verbose=False) `
64
64
65
65
Logs data and statistics for the 10-minute interval.
66
66
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) `
68
68
69
69
Parses data from Arduino and manages logging and streaming.
70
70
71
- ### ` main() `
71
+ - ` main() `
72
72
73
73
Handles command-line argument parsing and initiates data processing.
74
74
@@ -102,4 +102,4 @@ Use an LSL viewer (e.g., BrainVision LSL Viewer) to visualize the streamed data
102
102
We are thankful to our awesome contributors, the list below is alphabetically sorted.
103
103
104
104
- [ Payal Lakra] ( https://github.com/payallakra )
105
-
105
+
0 commit comments