pyfastservo dac: turn off manual override by default
This commit is contained in:
parent
b1a9fa0ad4
commit
560b28508c
|
@ -132,7 +132,7 @@ def configure_ad9117():
|
|||
|
||||
power_down(0, False)
|
||||
power_down(1, False)
|
||||
manual_override(True)
|
||||
manual_override(False)
|
||||
|
||||
print("AD9117 configuration completed successfully")
|
||||
return True
|
||||
|
|
Loading…
Reference in New Issue