Skip to content
Snippets Groups Projects
Commit 4d627a8c authored by Brandon Hewer's avatar Brandon Hewer Committed by GitHub
Browse files

Update RemovePromptPulse-v1.rst

parent d32c5253
No related branches found
No related tags found
No related merge requests found
......@@ -31,10 +31,10 @@ Usage
x=w1.dataX(0)
y=w1.dataY(0)
print("Y( {} ) = {}".format(x[100], y[100]))
print("Y( {} ) = {}".format(x[1000], y[1000]))
print("Y( {} ) = {}".format(x[4100], y[4100]))
print("Y( {} ) = {}".format(x[5000], y[5000]))
print("Y( {} ) = {:.1f}".format(x[100], y[100]))
print("Y( {} ) = {:.1f}".format(x[1000], y[1000]))
print("Y( {} ) = {:.1f}".format(x[4100], y[4100]))
print("Y( {} ) = {:.1f}".format(x[5000], y[5000]))
.. testcleanup:: RemovePromptPulse
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment