mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-10-17 00:05:26 +02:00
This PR is refactoring of DAC HAL in order to use IDF instead of current Register manipulation approach. Edited dacWrite() to use ESP-IDF api. Added dacDisable() so there is an option to disable dac channel. Co-authored-by: Me No Dev <me-no-dev@users.noreply.github.com>