update to white space

This commit is contained in:
Kattni Rembor 2018-05-09 15:31:10 -04:00
parent 2f74cde165
commit e27cf4f801

View file

@ -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