From e7d791867545cf1b1248b94ed697b5b64a1980b2 Mon Sep 17 00:00:00 2001 From: tillraab Date: Wed, 11 Sep 2019 15:22:56 +0200 Subject: [PATCH] bf --- grid_main.py | 2 +- rasp_grid.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/grid_main.py b/grid_main.py index 712bc66..1d71924 100644 --- a/grid_main.py +++ b/grid_main.py @@ -40,7 +40,7 @@ def main(): GPIO.output(LED2_pin, GPIO.LOW) GPIO.cleanup() - os.system('python3 /home/pi/code/rasp_grid.py') + os.system('python3 /home/pi/code/Rasp_grid/rasp_grid.py') break if __name__ == '__main__': diff --git a/rasp_grid.py b/rasp_grid.py index c922724..5b37646 100644 --- a/rasp_grid.py +++ b/rasp_grid.py @@ -252,7 +252,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,