minimal working Si5332/AD9913

This commit is contained in:
Jan Käberich 2021-06-06 18:57:36 +02:00
parent 1e64875915
commit 9dfafe6042
8 changed files with 954 additions and 525 deletions

View file

@ -118,6 +118,7 @@ void AD9913::setReset(bool p) {
void AD9913::updateRegisters() {
setIO_UPDATE(true);
vTaskDelay(1);
setIO_UPDATE(false);
}