pyfastservo dac: turn off manual override by default

This commit is contained in:
linuswck 2024-11-08 13:07:19 +08:00
parent b1a9fa0ad4
commit 560b28508c
1 changed files with 1 additions and 1 deletions

View File

@ -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