update to white space
This commit is contained in:
parent
2f74cde165
commit
e27cf4f801
1 changed files with 1 additions and 1 deletions
|
|
@ -25,5 +25,5 @@ while True:
|
|||
samples[i] = oversample / NUM_OVERSAMPLE # Find the average
|
||||
|
||||
mean = sum(samples) / float(len(samples)) # take the average
|
||||
print((samples[i]-mean,)) # 'center' the reading
|
||||
print((samples[i] - mean,)) # 'center' the reading
|
||||
time.sleep(0.025) # change to go faster/slower
|
||||
|
|
|
|||
Loading…
Reference in a new issue