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 ee9eb68 commit 1f94dafCopy full SHA for 1f94daf
examples/ads1x15_fast_read.py
@@ -41,7 +41,8 @@
41
42
rate_reported = SAMPLES / total_time
43
rate_actual = (SAMPLES - repeats) / total_time
44
-# NOTE: leave input floating to pickup some random noise, this cannot estimate conversion rates higher than polling rate
+# NOTE: leave input floating to pickup some random noise
45
+# This cannot estimate conversion rates higher than polling rate
46
47
print("Took {:5.3f} s to acquire {:d} samples.".format(total_time, SAMPLES))
48
print("")
0 commit comments