Skip to content
Snippets Groups Projects
Commit 50ad3fa7 authored by Dorababu A's avatar Dorababu A
Browse files

collect more samples

parent 6fd87610
No related branches found
No related tags found
No related merge requests found
......@@ -41,9 +41,9 @@ def removedot(invertThin):
# create a temp list to store values
samples : int = 0
temps = [[],[],[],[]]
temps = [[],[],[],[],[],[],[],[]]
while samples<4:
while samples<8:
clear_output(wait=True)
ser = serial.Serial('com12', 9600, timeout = 0.1)
time.sleep(0.2)
......@@ -67,7 +67,7 @@ while samples<4:
ser.close()
samples +=1
for samples in range(4):
for samples in range(8):
# print(temps)
# Store list into numpy array
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment