Module esp32s2_hal::dac

source ·
Expand description

Digital to analog (DAC) conversion.

This module provides functions for controling two digital to analog converters, available on ESP32: DAC1 and DAC2.

The DAC1 is available on the GPIO pin 17, and DAC2 on pin 18.

Structs

Traits