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 ae112a3 commit ba5c176Copy full SHA for ba5c176
examples/ds3502_simpletest.py
@@ -16,7 +16,6 @@
16
wiper_output = AnalogIn(board.A0)
17
18
while True:
19
-
20
ds3502.wiper = 127
21
print("Wiper set to %d" % ds3502.wiper)
22
voltage = wiper_output.value
0 commit comments