diff --git a/electrode_check.py b/electrode_check.py index d836741..ff8e5ca 100644 --- a/electrode_check.py +++ b/electrode_check.py @@ -299,7 +299,7 @@ def main(): # Allocate a buffer to receive the data. data = create_float_buffer(channel_count, samples_per_channel) - system('clear') + # system('clear') # Start the acquisition. rate = ai_device.a_in_scan(low_channel, high_channel, input_mode, ranges[range_index], samples_per_channel,