mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-24 19:04:02 +08:00
hmc7043: add delay after init
Delay required at step 9 of the "Typical Programming Sequence" (page 24 of the datasheet)
This commit is contained in:
parent
c66f9483f8
commit
8802b930de
@ -131,6 +131,8 @@ mod hmc830 {
|
||||
write(0x4, m_div);
|
||||
write(0x3, n_div);
|
||||
|
||||
clock::spin_us(10_000);
|
||||
|
||||
info!(" ...done");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user