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,