mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 04:02:27 +00:00
dac: optimize the dma stratege
This commit is contained in:
@@ -10,6 +10,6 @@
|
||||
Bunch of constants for DAC peripheral: GPIO number
|
||||
*/
|
||||
const dac_signal_conn_t dac_periph_signal = {
|
||||
.dac_channel_io_num[0] = DAC_CHAN_0_GPIO_NUM,
|
||||
.dac_channel_io_num[1] = DAC_CHAN_1_GPIO_NUM,
|
||||
.dac_channel_io_num[0] = 25,
|
||||
.dac_channel_io_num[1] = 26,
|
||||
};
|
||||
|
Reference in New Issue
Block a user