Skip to content

Commit e27cf4f

Browse files
committed
update to white space
1 parent 2f74cde commit e27cf4f

File tree

1 file changed

+1
-1
lines changed
  • Sensor_Plotting_With_Mu_CircuitPython

1 file changed

+1
-1
lines changed

Sensor_Plotting_With_Mu_CircuitPython/pulse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@
2525
samples[i] = oversample / NUM_OVERSAMPLE # Find the average
2626

2727
mean = sum(samples) / float(len(samples)) # take the average
28-
print((samples[i]-mean,)) # 'center' the reading
28+
print((samples[i] - mean,)) # 'center' the reading
2929
time.sleep(0.025) # change to go faster/slower

0 commit comments

Comments
 (0)