Skip to content

Commit 3694ea3

Browse files
authored
Update pacq.py
1 parent ef12aa9 commit 3694ea3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

nintan/pacq.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ def acq():
113113

114114
# Scale this sample to convert to microVolts
115115
amplifierData.append(0.195 * (rawSample - 32768))
116-
t3 = time.perf_counter()
117-
print(str(t2-t1)+' stop time '+str(t3-t2)+' parse time')
116+
t3 = time.perf_counter()
117+
print(str(t2-t1)+' stop time '+str(t3-t2)+' parse time')
118118

119119
#initialization
120120
# Declare buffer size for reading from TCP command socket

0 commit comments

Comments
 (0)