hmc7043: add delay after init

Delay required at step 9 of the "Typical Programming Sequence" (page 24 of the datasheet)
pull/1112/head
Sebastien Bourdeauducq 2018-07-12 12:37:12 +08:00
parent c66f9483f8
commit 8802b930de
1 changed files with 2 additions and 0 deletions

View File

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