Skip to content

Commit 91e8339

Browse files
authored
Merge pull request #158 from kattni/pulse-plot
update to white space
2 parents 2431ff0 + e27cf4f commit 91e8339

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)