forked from M-Labs/artiq
ad9912: add some slack after init
This commit is contained in:
parent
4869636a55
commit
81ff3d4b29
|
@ -107,6 +107,7 @@ class AD9912:
|
||||||
# I_cp = 375 µA, VCO high range
|
# I_cp = 375 µA, VCO high range
|
||||||
self.write(AD9912_PLLCFG, 0b00000101, length=1)
|
self.write(AD9912_PLLCFG, 0b00000101, length=1)
|
||||||
self.cpld.io_update.pulse(2*us)
|
self.cpld.io_update.pulse(2*us)
|
||||||
|
delay(1*ms)
|
||||||
|
|
||||||
@kernel
|
@kernel
|
||||||
def set_att_mu(self, att):
|
def set_att_mu(self, att):
|
||||||
|
|
Loading…
Reference in New Issue