2
0
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:
Sebastien Bourdeauducq 2018-07-12 12:37:12 +08:00
parent c66f9483f8
commit 8802b930de

View File

@ -131,6 +131,8 @@ mod hmc830 {
write(0x4, m_div);
write(0x3, n_div);
clock::spin_us(10_000);
info!(" ...done");
}