We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2431ff0 + e27cf4f commit 91e8339Copy full SHA for 91e8339
Sensor_Plotting_With_Mu_CircuitPython/pulse.py
@@ -25,5 +25,5 @@
25
samples[i] = oversample / NUM_OVERSAMPLE # Find the average
26
27
mean = sum(samples) / float(len(samples)) # take the average
28
- print((samples[i]-mean,)) # 'center' the reading
+ print((samples[i] - mean,)) # 'center' the reading
29
time.sleep(0.025) # change to go faster/slower
0 commit comments