We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 837c4d6 commit 2ecf996Copy full SHA for 2ecf996
examples/ds3502_set_default.py
@@ -1,4 +1,4 @@
1
-from time import sleep
+
2
import board
3
import adafruit_ds3502
4
@@ -11,9 +11,9 @@
11
# 1. Run the program once to see what the current default value is
12
# 2. Uncomment the call to `setWiperDefault` below and run it again.
13
# 3. Once the program has run with the `set_default` call,
14
-# comment out the line below again, then powercycle the DS3502
+# comment out the line below again, then powercycle the DS3502
15
# by removing then reattaching VCC
16
-# 4. Then run the program again with the line commented out to see the
+# 4. Then run the program again with the line commented out to see the
17
# new default wiper value
18
19
# ds3502.set_default(99)
0 commit comments