pyfastservo: update initialize script

This commit is contained in:
Florian Agbuya 2024-07-10 14:23:06 +08:00 committed by sb10q
parent e3b1525125
commit f5729d3bdb
1 changed files with 2 additions and 2 deletions

View File

@ -21,8 +21,8 @@ from pyfastservo import adc, si5340, dac
def main():
si5340.configure_si5340()
adc.main()
dac.main()
adc.configure_ltc2195()
dac.configure_ad9117()
if __name__ == "__main__":
main()