fixing lint (again)
This commit is contained in:
parent
837c4d6187
commit
2ecf9968f1
1 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
from time import sleep
|
|
||||||
import board
|
import board
|
||||||
import adafruit_ds3502
|
import adafruit_ds3502
|
||||||
|
|
||||||
|
|
@ -11,9 +11,9 @@ ds3502 = adafruit_ds3502.DS3502(i2c)
|
||||||
# 1. Run the program once to see what the current default value is
|
# 1. Run the program once to see what the current default value is
|
||||||
# 2. Uncomment the call to `setWiperDefault` below and run it again.
|
# 2. Uncomment the call to `setWiperDefault` below and run it again.
|
||||||
# 3. Once the program has run with the `set_default` call,
|
# 3. Once the program has run with the `set_default` call,
|
||||||
# comment out the line below again, then powercycle the DS3502
|
# comment out the line below again, then powercycle the DS3502
|
||||||
# by removing then reattaching VCC
|
# by removing then reattaching VCC
|
||||||
# 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
|
||||||
# new default wiper value
|
# new default wiper value
|
||||||
|
|
||||||
# ds3502.set_default(99)
|
# ds3502.set_default(99)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue