ad9912: add some slack after init

pull/1259/head
Robert Jördens 2019-01-21 17:10:58 +00:00
parent 4869636a55
commit 81ff3d4b29
1 changed files with 1 additions and 0 deletions

View File

@ -107,6 +107,7 @@ class AD9912:
# I_cp = 375 µA, VCO high range
self.write(AD9912_PLLCFG, 0b00000101, length=1)
self.cpld.io_update.pulse(2*us)
delay(1*ms)
@kernel
def set_att_mu(self, att):