Function esp_idf_sys::dac_output_enable

source ยท
pub unsafe extern "C" fn dac_output_enable(
    channel: dac_channel_t,
) -> esp_err_t
Expand description

@brief DAC pad output enable

@param channel DAC channel @note DAC channel 0 is attached to GPIO25, DAC channel 1 is attached to GPIO26 I2S left channel will be mapped to DAC channel 1 I2S right channel will be mapped to DAC channel 0