We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fbbf10 commit bba0921Copy full SHA for bba0921
examples/ads1115_single_ended.py
@@ -29,7 +29,7 @@
29
30
# Print results
31
print("{:>5}\t{:>5.3f}\t{:>5}\t{:>5.3f}\t{:>5}\t{:>5.3f}\t{:>5}\t{:>5.3f}"
32
- .format(r0, v0, r1, v1, r2, v2, r3, v3))
+ .format(r0, v0, r1, v1, r2, v2, r3, v3))
33
34
# Sleep for a bit
35
time.sleep(0.5)
0 commit comments