Skip to content

Commit

Permalink
restore changes to DAC driver
Browse files Browse the repository at this point in the history
  • Loading branch information
macphyter committed Nov 12, 2023
1 parent 1aa7983 commit 9693ff8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions main/DS4432U.c
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ void DS4432U_read(void)
static void DS4432U_set(uint8_t val)
{
ESP_LOGI(TAG, "Writing 0x%02X", val);
vTaskDelay(500 / portTICK_PERIOD_MS);
ESP_ERROR_CHECK(register_write_byte(DS4432U_OUT0_REG, val));
}

Expand All @@ -133,4 +132,4 @@ bool DS4432U_set_vcore(float core_voltage)
DS4432U_set(reg_setting); /// eek!

return true;
}
}

0 comments on commit 9693ff8

Please sign in to comment.