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.
1 parent 2f74cde commit e27cf4fCopy full SHA for e27cf4f
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